about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix unpack upx example with machineserpilliere2014-08-211-5/+5
|
* test_dis: elf/pe fail fallback to raw modeserpilliere2014-08-211-7/+13
|
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-211-0/+3
|
* test dis: offset set input to rawserpilliere2014-08-211-4/+4
|
* Sandbox: use machine.gdbserverCM2014-08-201-3/+4
|
* Example: Update example to use machineCM2014-08-203-13/+10
|
* Test_dis: use Machine API, remove unused import & variablesCM2014-08-201-46/+4
|
* Add mips32 archserpilliere2014-08-062-0/+14
|
* X86; fix disasm cb transformation call/popserpilliere2014-07-211-0/+3
|
* Arm: improve arm exampleserpilliere2014-07-091-1/+4
|
* Arm: add asm exmaple using $serpilliere2014-07-031-1/+7
|
* test_ida: fix getbytes with databases using address > 7FFFFFFFserpilliere2014-06-261-2/+4
|
* Example: Update Test Jit x86_32: OptParse -> ArgParse, "--jitter" argumentajax2014-06-141-12/+9
|
* Test: Add LLVM jitter in md5_arm exampleajax2014-06-131-1/+1
|
* test_ida: fix missing importserpilliere2014-06-041-0/+1
|
* Miasm v2serpilliere2014-06-0336-0/+2776
| | | | | | | | | * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !
* Send miasm v1 to hellserpilliere2014-06-0324-1945/+0
|
* fix upx with dllserpilliere2013-03-111-6/+9
|
* pe_helper: fix export; mod canon; to_c_helper: add resource parser optserpilliere2013-01-101-1/+1
|
* rewrite expression visitor; expr_simpserpilliere2012-12-191-58/+77
|
* parse_asm: clean space; fix examples asm_bloc apiserpilliere2012-12-033-4/+4
|
* core: add api set_offset for asm_label (louis granboulan)serpilliere2012-12-031-1/+1
|
* core: fix add_label api for asm_bloc (louis granboulan)serpilliere2012-12-033-3/+3
|
* eval_abs: fix mem lookup; ia32_sem: gen ia32infoserpilliere2012-07-312-4/+4
|
* white space cleanupserpilliere2012-07-291-9/+11
|
* expression_helper: fix exprcompose simplificationserpilliere2012-07-041-0/+5
|
* tools: add modint; remove numpy dependencyserpilliere2012-06-211-0/+2
|
* expression_helper: add exprcond simplserpilliere2012-06-211-1/+6
|
* 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
|/