index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
expression
/
graph_dataflow.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-10
X86/Sem: fix pop esp semantic
Fabrice Desclaux
1
-1
/
+3
2015-01-29
Os_dep/Win: Add GetProcAddress lib handler
Fabrice Desclaux
1
-1
/
+1
2015-01-29
Analysis/Sandbox: use os dependant method in custom sandboxes
Fabrice Desclaux
1
-6
/
+16
2015-01-29
Arch/Jit: remove useless custom lib_handler
Fabrice Desclaux
2
-82
/
+3
2015-01-29
JitLoad: add function handler in default jitter
Fabrice Desclaux
1
-2
/
+37
2015-01-26
X86: fix execflow code
Fabrice Desclaux
1
-5
/
+11
2015-01-26
Msp430: fix execflow code
Fabrice Desclaux
1
-4
/
+7
2015-01-26
Mips: fix execflow code
Fabrice Desclaux
1
-12
/
+5
2015-01-26
Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unused
Camille Mougey
1
-77
/
+3
2015-01-26
Arm: fix execflow code
Fabrice Desclaux
1
-21
/
+15
2015-01-26
Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unused
Camille Mougey
1
-2
/
+1
2015-01-26
Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unused
Camille Mougey
1
-2
/
+2
2015-01-26
Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used
Camille Mougey
2
-11
/
+4
2015-01-26
Core/ASMBloc: resolve_symbol now returns only the resolved blocs
Camille Mougey
3
-23
/
+19
2015-01-26
Core/ASMBloc: Linting
Camille Mougey
1
-29
/
+12
2015-01-26
Example/ASM: Add a minimalist example
Camille Mougey
2
-0
/
+40
2015-01-26
arm: Add umull,umlal,smull,smlal to sem
Wladimir J. van der Laan
2
-0
/
+59
2015-01-24
arm: Add instruction umlal
Wladimir J. van der Laan
2
-0
/
+4
2015-01-23
TestAll: Add an empty space between ']' and z3 warning message
Camille Mougey
1
-1
/
+1
2015-01-23
Example/Expression: Set the seed for ExprRandom uses
Camille Mougey
2
-0
/
+5
2015-01-23
Example/ASM: Test the second ARM (arm_sc.S) example
Camille Mougey
2
-62
/
+8
2015-01-23
Example/ASM: Test the x86_64 example
Camille Mougey
2
-73
/
+9
2015-01-23
TestAll: Add missing products
Camille Mougey
1
-6
/
+7
2015-01-23
TestAll: Launch examples from their subdir, merge ExampleDir into Example
Camille Mougey
1
-30
/
+24
2015-01-23
Example/ASM: Avoid duplicating code by using a common script shellcode.py
Camille Mougey
9
-586
/
+171
2015-01-23
Analysis/Machine: Export base_expr
Camille Mougey
1
-0
/
+5
2015-01-23
Example/ASM: Extract asm sources to sample dir
Camille Mougey
8
-0
/
+189
2015-01-23
Example: Move disasm's examples to a `disasm` directory
Camille Mougey
5
-8
/
+21
2015-01-23
Example: Move asm's examples to a `asm` directory
Camille Mougey
10
-13
/
+20
2015-01-23
Example: Move jitter's examples to a `jitter` directory
Camille Mougey
8
-21
/
+26
2015-01-23
TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)
Camille Mougey
1
-19
/
+41
2015-01-23
Example: Move expression samples to sample directory
Camille Mougey
4
-3
/
+4
2015-01-23
Example: Rename symbol_exec to single_instr in a specific symbol_exec directory
Camille Mougey
2
-3
/
+5
2015-01-23
Example: Rename Test Dis to Disasm Full
Camille Mougey
2
-12
/
+14
2015-01-23
Example/Test_Dis: OptParse to ArgParse
Camille Mougey
2
-84
/
+51
2015-01-23
Example/Test_dis: Reorganize and remove unused imports
Camille Mougey
1
-4
/
+4
2015-01-23
Example: Move and rename the IDA example to a specific example subdir
Camille Mougey
1
-0
/
+0
2015-01-23
Example: Rename Disasm_03 to Disasm_File
Camille Mougey
2
-1
/
+2
2015-01-23
Example/Disasm_03: Comment and expand variables names
Camille Mougey
1
-5
/
+5
2015-01-23
Example: Rename Disasm_02 to Disasm Function
Camille Mougey
2
-1
/
+1
2015-01-23
Example/Disasm_02: Comment and expand variables names
Camille Mougey
1
-7
/
+12
2015-01-23
Example: Rename Disasm_01 to Disasm_Single_Instr
Camille Mougey
2
-1
/
+1
2015-01-23
Example/Disasm_01: Reorganize and remove unused imports
Camille Mougey
1
-1
/
+1
2015-01-23
Example/Asm_box_x86_64: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+8
2015-01-23
Example/Asm_x86: Reorganize and remove unused imports
Camille Mougey
1
-4
/
+4
2015-01-23
Example/Asm_msp430: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+7
2015-01-23
Example/Asm_mips32: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+7
2015-01-23
Example/Asm_box_x86_32_enc: Rename "e" to "pe"
Camille Mougey
1
-11
/
+11
2015-01-23
Example/Asm_x86_32_enc: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+8
2015-01-23
Example/Asm_x86_32: Reorganize and remove unused imports
Camille Mougey
1
-3
/
+3
[next]