about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Update expr_translate to use Miasm translator and take in account #23Camille Mougey2014-12-161-12/+13
|
* Example: Add a new example using C & Python translationCamille Mougey2014-12-141-0/+42
|
* Example: Add an example for ExprRandomCamille Mougey2014-12-101-0/+30
|
* UnpackUPX: remove unused variableCamille Mougey2014-12-031-3/+2
|
* UnpackUPX: reorganize import, remove useless onesCamille Mougey2014-12-031-4/+3
|
* Jitter: update APIFabrice Desclaux2014-12-034-4/+4
|
* Update test_ida to use bin_stream_idaFabrice Desclaux2014-12-031-61/+25
|
* TestDis: fix importsCamille Mougey2014-11-032-6/+2
|
* TestDis: update example to use ContainerCamille Mougey2014-11-032-35/+9
|
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-093-6/+49
|
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-096-39/+52
|
* asmbloc: remove un needed mode in asm functionFabrice Desclaux2014-10-0812-22/+33
|
* Sandbox: add arm archFabrice Desclaux2014-10-071-54/+18
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-075-13/+13
| | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
* Example: Update example descriptionsajax2014-10-022-2/+2
|
* UnpackUPX: myjit -> jitterajax2014-10-021-7/+7
|
* mergeFabrice Desclaux2014-10-021-1/+1
|\
| * Test: remove unused lib fileFabrice Desclaux2014-09-301-1/+1
| |
* | Example: sandbox_pe to dietFabrice Desclaux2014-10-022-134/+12
| |
* | Example: update upx and genFabrice Desclaux2014-10-022-285/+74
|/
* 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 !