about summary refs log tree commit diff stats
path: root/example/expression/expr_grapher.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10X86/Sem: fix pop esp semanticFabrice Desclaux1-1/+3
2015-01-29Os_dep/Win: Add GetProcAddress lib handlerFabrice Desclaux1-1/+1
2015-01-29Analysis/Sandbox: use os dependant method in custom sandboxesFabrice Desclaux1-6/+16
2015-01-29Arch/Jit: remove useless custom lib_handlerFabrice Desclaux2-82/+3
2015-01-29JitLoad: add function handler in default jitterFabrice Desclaux1-2/+37
2015-01-26X86: fix execflow codeFabrice Desclaux1-5/+11
2015-01-26Msp430: fix execflow codeFabrice Desclaux1-4/+7
2015-01-26Mips: fix execflow codeFabrice Desclaux1-12/+5
2015-01-26Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unusedCamille Mougey1-77/+3
2015-01-26Arm: fix execflow codeFabrice Desclaux1-21/+15
2015-01-26Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unusedCamille Mougey1-2/+1
2015-01-26Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unusedCamille Mougey1-2/+2
2015-01-26Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more usedCamille Mougey2-11/+4
2015-01-26Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey3-23/+19
2015-01-26Core/ASMBloc: LintingCamille Mougey1-29/+12
2015-01-26Example/ASM: Add a minimalist exampleCamille Mougey2-0/+40
2015-01-26arm: Add umull,umlal,smull,smlal to semWladimir J. van der Laan2-0/+59
2015-01-24arm: Add instruction umlalWladimir J. van der Laan2-0/+4
2015-01-23TestAll: Add an empty space between ']' and z3 warning messageCamille Mougey1-1/+1
2015-01-23Example/Expression: Set the seed for ExprRandom usesCamille Mougey2-0/+5
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