about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Msp430: fix execflow codeFabrice Desclaux2015-01-261-4/+7
* Mips: fix execflow codeFabrice Desclaux2015-01-261-12/+5
* Arm: fix execflow codeFabrice Desclaux2015-01-261-21/+15
* Merge pull request #45 from commial/refactor-examplesserpilliere2015-01-2651-1177/+744
|\
| * Example/ASM: Add a minimalist exampleCamille Mougey2015-01-262-0/+40
| * TestAll: Add an empty space between ']' and z3 warning messageCamille Mougey2015-01-231-1/+1
| * Example/Expression: Set the seed for ExprRandom usesCamille Mougey2015-01-232-0/+5
| * Example/ASM: Test the second ARM (arm_sc.S) exampleCamille Mougey2015-01-232-62/+8
| * Example/ASM: Test the x86_64 exampleCamille Mougey2015-01-232-73/+9
| * TestAll: Add missing productsCamille Mougey2015-01-231-6/+7
| * TestAll: Launch examples from their subdir, merge ExampleDir into ExampleCamille Mougey2015-01-231-30/+24
| * Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-239-586/+171
| * Analysis/Machine: Export base_exprCamille Mougey2015-01-231-0/+5
| * Example/ASM: Extract asm sources to sample dirCamille Mougey2015-01-238-0/+189
| * Example: Move disasm's examples to a `disasm` directoryCamille Mougey2015-01-235-8/+21
| * Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-2310-13/+20
| * Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-238-21/+26
| * TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)Camille Mougey2015-01-231-19/+41
| * Example: Move expression samples to sample directoryCamille Mougey2015-01-234-3/+4
| * Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-232-3/+5
| * Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-232-12/+14
| * Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-232-84/+51
| * 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-232-1/+2
| * Example/Disasm_03: Comment and expand variables namesCamille Mougey2015-01-231-5/+5
| * Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2015-01-232-1/+1
| * Example/Disasm_02: Comment and expand variables namesCamille Mougey2015-01-231-7/+12
| * Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2015-01-232-1/+1
| * 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-236-6/+6
| * Example/Sample: Remove unused file box.exeCamille Mougey2015-01-231-0/+0
| * Examples: Update x86_32_sc.bin locationCamille Mougey2015-01-231-1/+2
| * Examples: Update *.S locationCamille Mougey2015-01-231-4/+8
| * Examples/JitARM: Remove unused import, add comment and refactorCamille Mougey2015-01-231-13/+11
| * Examples: Update md5_arm locationCamille Mougey2015-01-232-2/+3
| * Examples: Update box_upx.exe locationCamille Mougey2015-01-232-4/+14
| * Examples: Move used samples to a common place: /samplesCamille Mougey2015-01-238-0/+0
| * TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errorsCamille Mougey2015-01-231-21/+13