about summary refs log tree commit diff stats
path: root/example/expression/simplification_tools.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-23Example/ASM: Test the second ARM (arm_sc.S) exampleCamille Mougey2-62/+8
2015-01-23Example/ASM: Test the x86_64 exampleCamille Mougey2-73/+9
2015-01-23TestAll: Add missing productsCamille Mougey1-6/+7
2015-01-23TestAll: Launch examples from their subdir, merge ExampleDir into ExampleCamille Mougey1-30/+24
2015-01-23Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey9-586/+171
2015-01-23Analysis/Machine: Export base_exprCamille Mougey1-0/+5
2015-01-23Example/ASM: Extract asm sources to sample dirCamille Mougey8-0/+189
2015-01-23Example: Move disasm's examples to a `disasm` directoryCamille Mougey5-8/+21
2015-01-23 Example: Move asm's examples to a `asm` directoryCamille Mougey10-13/+20
2015-01-23Example: Move jitter's examples to a `jitter` directoryCamille Mougey8-21/+26
2015-01-23TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)Camille Mougey1-19/+41
2015-01-23Example: Move expression samples to sample directoryCamille Mougey4-3/+4
2015-01-23Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2-3/+5
2015-01-23Example: Rename Test Dis to Disasm FullCamille Mougey2-12/+14
2015-01-23Example/Test_Dis: OptParse to ArgParseCamille Mougey2-84/+51
2015-01-23Example/Test_dis: Reorganize and remove unused importsCamille Mougey1-4/+4
2015-01-23Example: Move and rename the IDA example to a specific example subdirCamille Mougey1-0/+0
2015-01-23Example: Rename Disasm_03 to Disasm_FileCamille Mougey2-1/+2
2015-01-23Example/Disasm_03: Comment and expand variables namesCamille Mougey1-5/+5
2015-01-23Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2-1/+1
2015-01-23Example/Disasm_02: Comment and expand variables namesCamille Mougey1-7/+12
2015-01-23Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2-1/+1
2015-01-23Example/Disasm_01: Reorganize and remove unused importsCamille Mougey1-1/+1
2015-01-23Example/Asm_box_x86_64: Reorganize and remove unused importsCamille Mougey1-9/+8
2015-01-23Example/Asm_x86: Reorganize and remove unused importsCamille Mougey1-4/+4
2015-01-23Example/Asm_msp430: Reorganize and remove unused importsCamille Mougey1-9/+7
2015-01-23Example/Asm_mips32: Reorganize and remove unused importsCamille Mougey1-9/+7
2015-01-23Example/Asm_box_x86_32_enc: Rename "e" to "pe"Camille Mougey1-11/+11
2015-01-23Example/Asm_x86_32_enc: Reorganize and remove unused importsCamille Mougey1-9/+8
2015-01-23Example/Asm_x86_32: Reorganize and remove unused importsCamille Mougey1-3/+3
2015-01-23Example/Asm_ARM_SC: Reorganize and remove unused importsCamille Mougey1-9/+8
2015-01-23Example/Asm_ARMT: Reorganize and remove unused importsCamille Mougey1-6/+8
2015-01-23Example/Asm_ARM: Reorganize and remove unused importsCamille Mougey1-5/+5
2015-01-23Example: Update comments (test_jit_* -> jit_*)Camille Mougey4-4/+4
2015-01-23Example: Rename test_jit_* to jit_*Camille Mougey6-6/+6
2015-01-23Example/Sample: Remove unused file box.exeCamille Mougey1-0/+0
2015-01-23Examples: Update x86_32_sc.bin locationCamille Mougey1-1/+2
2015-01-23Examples: Update *.S locationCamille Mougey1-4/+8
2015-01-23Examples/JitARM: Remove unused import, add comment and refactorCamille Mougey1-13/+11
2015-01-23Examples: Update md5_arm locationCamille Mougey2-2/+3
2015-01-23Examples: Update box_upx.exe locationCamille Mougey2-4/+14
2015-01-23Examples: Move used samples to a common place: /samplesCamille Mougey8-0/+0
2015-01-23TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errorsCamille Mougey1-21/+13
2015-01-23AsmBox: Extract assembly code from AsmBox examplesCamille Mougey7-266/+113
2015-01-23AsmBox: Now, the example take the assembly file in inputCamille Mougey1-15/+11
2015-01-23Example: AsmBox: fix imports and rename e -> peCamille Mougey1-18/+17
2015-01-23Example: Remove unused imports in TestJitCamille Mougey1-3/+1
2015-01-23Added TranslatorZ3 to the Miasm test suite.Florent Monjalet3-128/+135
2015-01-22Added two test cases for Z3MemFlorent Monjalet1-0/+23
2015-01-22TranslatorZ3: refactor, doc and heavier unit testsFlorent Monjalet1-27/+135