about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* example: rem dup codeserpilliere2012-06-201-4/+1
|
* example: add binary in exampleserpilliere2012-06-161-0/+0
|
* example: updt sandbox_elfserpilliere2012-06-161-35/+38
|
* expression: move test case in example; WARNING: - operator is now unary; ↵serpilliere2012-06-131-0/+107
| | | | +*\&... are n-aire
* expression: replace reload_expr with replace_expr using visitorserpilliere2012-06-121-3/+3
|
* tipo worldserpilliere2012-05-301-1/+1
|
* exemple: add toy unpackerserpilliere2012-05-221-0/+89
|
* mergeserpilliere2012-05-093-23/+112
|\
| * remove useless ExprSliceToserpilliere2012-05-083-23/+112
| | | | | | | | | | | | exprsliceto is only used in exprcompose, so it can be removed from IL representation, and exprcompose will deal start/stop fields WARNING: as IL is modified, it may break a lot of scripts
* | ia32_arch: add setalc mnmoserpilliere2012-03-261-0/+2
|/
* example: add asm boxserpilliere2012-03-202-2/+41
|
* example: add a code analyserserpilliere2012-02-272-0/+123
| | | | | find condition to satisfy to explore the complete exec graph of a function (a *very* simple/weak fuzzgrind clone)
* example: add symbolic execution and simplificationserpilliere2012-02-272-0/+38
|
* example: add expression manipulation demoserpilliere2012-02-276-0/+264
|
* enable miasm installation without tccserpilliere2012-01-171-1/+0
|
* fix mnemo info bugserpilliere2012-01-111-3/+4
|
* add segmentation q&d support for emulation (16bit/32bit?)serpilliere2011-12-221-1/+2
|
* merge with graph updateserpilliere2011-11-183-7/+11
|\
| * fix uncomplete graph posserpilliere2011-11-171-3/+1
| |
| * use elf entry point if no mainserpilliere2011-11-161-3/+5
| |
| * add symbol renaming; save to fileserpilliere2011-11-141-1/+5
| |
* | add prefetch mem in emulationserpilliere2011-11-151-20/+7
|/
* ok, real fix for import2addr....serpilliere2011-11-081-3/+5
|
* fix api tiposerpilliere2011-11-071-4/+3
|
* fix symbol bug in disasm exampleserpilliere2011-11-071-3/+4
|
* fix eop detectionserpilliere2011-10-191-2/+3
|
* add option follow callserpilliere2011-10-071-1/+11
|
* rem EQ tokenserpilliere2011-10-031-9/+4
|
* fix win_api set str ansi/unicodeserpilliere2011-10-031-1/+2
|
* add options to disasm graphserpilliere2011-09-261-4/+19
|
* add virt() instead of virt[] for binstreamserpilliere2011-09-231-22/+59
|
* merge disasm java & eflags addedserpilliere2011-09-142-2/+2
|\
| * add eflags accessors to python interfaceserpilliere2011-09-112-2/+2
| |
* | fix disasm java codeserpilliere2011-09-121-3/+5
|/
* fix disasm graph tiposerpilliere2011-09-051-2/+2
|
* fix x86_asm epserpilliere2011-09-051-1/+2
|
* fix elfesteem api modifserpilliere2011-09-011-4/+2
|
* add java class parser to disassemblerserpilliere2011-08-311-16/+25
|
* add java constant pool loaderserpilliere2011-08-301-17/+67
|
* fix multiple destination in disasm engine; remove dead codeserpilliere2011-08-301-0/+1
|
* WORKAROUND exception while translating codeserpilliere2011-08-263-0/+7
| | | | | the disasm engine should not raise vm exception when translate code. for the moment use vm_exception_reset after each update_bloc
* explicit error whil vm_get_mem failsserpilliere2011-08-262-0/+75
|
* improuve graph historic/placementserpilliere2011-08-221-1/+1
|
* fix api in sandbox peserpilliere2011-08-111-1/+2
|
* add name to ressource extractorserpilliere2011-08-111-3/+9
|
* add example ressource extractorserpilliere2011-08-111-0/+38
|
* Add dll loader using readl dll addressesserpilliere2011-08-101-1/+2
|
* fix emulation on 64 bitserpilliere2011-08-091-1/+1
|
* fix tiposerpilliere2011-08-081-1/+1
|
* add upx unpacker exampleserpilliere2011-07-271-0/+285
|