about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Example/Disasm_03: Comment and expand variables namesCamille Mougey2015-01-231-5/+5
* Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2015-01-231-0/+0
* Example/Disasm_02: Comment and expand variables namesCamille Mougey2015-01-231-7/+12
* Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2015-01-231-0/+0
* Example/Disasm_01: Reorganize and remove unused importsCamille Mougey2015-01-231-1/+1
* Example/Asm_box_x86_64: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
* Example/Asm_x86: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
* Example/Asm_msp430: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+7
* Example/Asm_mips32: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+7
* Example/Asm_box_x86_32_enc: Rename "e" to "pe"Camille Mougey2015-01-231-11/+11
* Example/Asm_x86_32_enc: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
* Example/Asm_x86_32: Reorganize and remove unused importsCamille Mougey2015-01-231-3/+3
* Example/Asm_ARM_SC: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
* Example/Asm_ARMT: Reorganize and remove unused importsCamille Mougey2015-01-231-6/+8
* Example/Asm_ARM: Reorganize and remove unused importsCamille Mougey2015-01-231-5/+5
* Example: Update comments (test_jit_* -> jit_*)Camille Mougey2015-01-234-4/+4
* Example: Rename test_jit_* to jit_*Camille Mougey2015-01-235-0/+0
* Example/Sample: Remove unused file box.exeCamille Mougey2015-01-231-0/+0
* Examples/JitARM: Remove unused import, add comment and refactorCamille Mougey2015-01-231-13/+11
* Examples: Update md5_arm locationCamille Mougey2015-01-231-1/+1
* Examples: Update box_upx.exe locationCamille Mougey2015-01-231-1/+1
* Examples: Move used samples to a common place: /samplesCamille Mougey2015-01-238-0/+0
* AsmBox: Extract assembly code from AsmBox examplesCamille Mougey2015-01-237-266/+113
* AsmBox: Now, the example take the assembly file in inputCamille Mougey2015-01-231-15/+11
* Example: AsmBox: fix imports and rename e -> peCamille Mougey2015-01-231-18/+17
* Example: Remove unused imports in TestJitCamille Mougey2015-01-231-3/+1
* Example: Delete extract_pe_ressourcesCamille Mougey2015-01-211-42/+0
* Example: Remove unused loader.elf importsCamille Mougey2014-12-204-6/+1
* 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
* 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