about summary refs log tree commit diff stats
path: root/example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #52 from commial/ida-symbol_execserpilliere2015-02-103-85/+297
|\ | | | | Ida symbol exec
| * VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey2015-02-101-1/+2
| |
| * Example/IDA: Move `translatorForm` to `utils`Camille Mougey2015-02-092-58/+58
| |
| * IDA/Example: Offer all available translators instead of MiasmCamille Mougey2015-02-091-10/+45
| |
| * Example/IDA: Add the translation in Miasm for symbolc_execCamille Mougey2015-02-091-0/+35
| |
| * Example/IDA: Add a new example showing symbolic exec with var expansionCamille Mougey2015-02-091-0/+110
| |
| * Examples/IDA: Export common IDA methods to a file `utils`Camille Mougey2015-02-092-85/+116
| |
* | Tests: add x86_32 pop esp regression testFabrice Desclaux2015-02-101-0/+18
|/
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-1/+1
|
* Example/ASM: Add a minimalist exampleCamille Mougey2015-01-261-0/+37
|
* 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-231-62/+0
|
* Example/ASM: Test the x86_64 exampleCamille Mougey2015-01-231-67/+0
|
* Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-238-544/+110
|
* Example/ASM: Extract asm sources to sample dirCamille Mougey2015-01-238-0/+189
|
* Example: Move disasm's examples to a `disasm` directoryCamille Mougey2015-01-234-0/+0
|
* 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
|