about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Arm: fixdstoffset computation, add asm reg testFabrice Desclaux2014-09-291-0/+79
|
* Example: Add Unpack_Gen, a skeleton for unpacking scriptsajax2014-09-241-0/+168
|
* Example: Add an example of a simplification registeringCamille Mougey2014-09-191-0/+51
|
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-197-0/+0
|
* Test Symbexec: no more supportedCamille Mougey2014-09-191-141/+0
|
* mergeFabrice Desclaux2014-09-191-5/+1
|
* x86 sem: fix sar/shr multiple irdstFabrice Desclaux2014-09-051-0/+8
|
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-059-110/+137
| | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon.
* mips example: modify example for reg testsFabrice Desclaux2014-09-022-6/+8
|
* ir: move float declaration by arch; clean ir2cserpilliere2014-08-281-0/+8
|
* jittcc: free tcc_states on jit delserpilliere2014-08-262-1/+7
|
* mips: missing fileserpilliere2014-08-251-0/+72
|
* mips: missing fileserpilliere2014-08-251-0/+56
|
* Test: add msp430 asm/dis/jitserpilliere2014-08-212-0/+125
|
* 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
|\