about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-239-0/+0
|
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-237-0/+0
|
* Example: Move expression samples to sample directoryCamille Mougey2015-01-233-0/+0
|
* Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-231-0/+0
|
* Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-231-0/+0
|
* Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-231-81/+49
|
* Example/Test_dis: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
|
* Example: Move and rename the IDA example to a specific example subdirCamille Mougey2015-01-231-0/+0
|
* Example: Rename Disasm_03 to Disasm_FileCamille Mougey2015-01-231-0/+0
|
* 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
|