about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #49 from commial/refactor-asmblocserpilliere2015-01-264-144/+41
|\ | | | | Refactor asmbloc
| * Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unusedCamille Mougey2015-01-261-77/+3
| |
| * Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unusedCamille Mougey2015-01-261-2/+1
| |
| * Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unusedCamille Mougey2015-01-261-2/+2
| |
| * Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more usedCamille Mougey2015-01-262-11/+4
| |
| * Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-263-23/+19
| |
| * Core/ASMBloc: LintingCamille Mougey2015-01-261-29/+12
| |
* | Merge pull request #48 from serpilliere/arm_fix_flowCamille Mougey2015-01-264-42/+38
|\ \ | |/ |/| Arm: fix execflow code
| * X86: fix execflow codeFabrice Desclaux2015-01-261-5/+11
| |
| * 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
|\ | | | | Refactor examples
| * 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
| |