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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge pull request #49 from commial/refactor-asmbloc
serpilliere
2015-01-26
4
-144
/
+41
|
\
|
|
|
|
Refactor asmbloc
|
*
Core/ASMBloc: `bloc_merge`'s `symbol_pool` arg was unused
Camille Mougey
2015-01-26
1
-77
/
+3
|
|
|
*
Core/ASMBloc: `asm_resolve_final`'s `constrain_pos` arg was unused
Camille Mougey
2015-01-26
1
-2
/
+1
|
|
|
*
Core/ASMBloc: `guessèblocs_size`'s `symbol` arg was unused
Camille Mougey
2015-01-26
1
-2
/
+2
|
|
|
*
Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used
Camille Mougey
2015-01-26
2
-11
/
+4
|
|
|
*
Core/ASMBloc: resolve_symbol now returns only the resolved blocs
Camille Mougey
2015-01-26
3
-23
/
+19
|
|
|
*
Core/ASMBloc: Linting
Camille Mougey
2015-01-26
1
-29
/
+12
|
|
*
|
Merge pull request #48 from serpilliere/arm_fix_flow
Camille Mougey
2015-01-26
4
-42
/
+38
|
\
\
|
|
/
|
/
|
Arm: fix execflow code
|
*
X86: fix execflow code
Fabrice Desclaux
2015-01-26
1
-5
/
+11
|
|
|
*
Msp430: fix execflow code
Fabrice Desclaux
2015-01-26
1
-4
/
+7
|
|
|
*
Mips: fix execflow code
Fabrice Desclaux
2015-01-26
1
-12
/
+5
|
|
|
*
Arm: fix execflow code
Fabrice Desclaux
2015-01-26
1
-21
/
+15
|
/
*
Merge pull request #45 from commial/refactor-examples
serpilliere
2015-01-26
51
-1177
/
+744
|
\
|
|
|
|
Refactor examples
|
*
Example/ASM: Add a minimalist example
Camille Mougey
2015-01-26
2
-0
/
+40
|
|
|
*
TestAll: Add an empty space between ']' and z3 warning message
Camille Mougey
2015-01-23
1
-1
/
+1
|
|
|
*
Example/Expression: Set the seed for ExprRandom uses
Camille Mougey
2015-01-23
2
-0
/
+5
|
|
|
*
Example/ASM: Test the second ARM (arm_sc.S) example
Camille Mougey
2015-01-23
2
-62
/
+8
|
|
|
*
Example/ASM: Test the x86_64 example
Camille Mougey
2015-01-23
2
-73
/
+9
|
|
|
*
TestAll: Add missing products
Camille Mougey
2015-01-23
1
-6
/
+7
|
|
|
*
TestAll: Launch examples from their subdir, merge ExampleDir into Example
Camille Mougey
2015-01-23
1
-30
/
+24
|
|
|
*
Example/ASM: Avoid duplicating code by using a common script shellcode.py
Camille Mougey
2015-01-23
9
-586
/
+171
|
|
|
*
Analysis/Machine: Export base_expr
Camille Mougey
2015-01-23
1
-0
/
+5
|
|
|
*
Example/ASM: Extract asm sources to sample dir
Camille Mougey
2015-01-23
8
-0
/
+189
|
|
|
*
Example: Move disasm's examples to a `disasm` directory
Camille Mougey
2015-01-23
5
-8
/
+21
|
|
|
*
Example: Move asm's examples to a `asm` directory
Camille Mougey
2015-01-23
10
-13
/
+20
|
|
|
*
Example: Move jitter's examples to a `jitter` directory
Camille Mougey
2015-01-23
8
-21
/
+26
|
|
|
*
TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)
Camille Mougey
2015-01-23
1
-19
/
+41
|
|
|
*
Example: Move expression samples to sample directory
Camille Mougey
2015-01-23
4
-3
/
+4
|
|
|
*
Example: Rename symbol_exec to single_instr in a specific symbol_exec directory
Camille Mougey
2015-01-23
2
-3
/
+5
|
|
|
*
Example: Rename Test Dis to Disasm Full
Camille Mougey
2015-01-23
2
-12
/
+14
|
|
|
*
Example/Test_Dis: OptParse to ArgParse
Camille Mougey
2015-01-23
2
-84
/
+51
|
|
|
*
Example/Test_dis: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-4
/
+4
|
|
|
*
Example: Move and rename the IDA example to a specific example subdir
Camille Mougey
2015-01-23
1
-0
/
+0
|
|
|
*
Example: Rename Disasm_03 to Disasm_File
Camille Mougey
2015-01-23
2
-1
/
+2
|
|
|
*
Example/Disasm_03: Comment and expand variables names
Camille Mougey
2015-01-23
1
-5
/
+5
|
|
|
*
Example: Rename Disasm_02 to Disasm Function
Camille Mougey
2015-01-23
2
-1
/
+1
|
|
|
*
Example/Disasm_02: Comment and expand variables names
Camille Mougey
2015-01-23
1
-7
/
+12
|
|
|
*
Example: Rename Disasm_01 to Disasm_Single_Instr
Camille Mougey
2015-01-23
2
-1
/
+1
|
|
|
*
Example/Disasm_01: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-1
/
+1
|
|
|
*
Example/Asm_box_x86_64: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
|
|
*
Example/Asm_x86: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-4
/
+4
|
|
|
*
Example/Asm_msp430: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+7
|
|
|
*
Example/Asm_mips32: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+7
|
|
|
*
Example/Asm_box_x86_32_enc: Rename "e" to "pe"
Camille Mougey
2015-01-23
1
-11
/
+11
|
|
|
*
Example/Asm_x86_32_enc: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
|
|
*
Example/Asm_x86_32: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-3
/
+3
|
|
|
*
Example/Asm_ARM_SC: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
|
|
*
Example/Asm_ARMT: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-6
/
+8
|
|
|
*
Example/Asm_ARM: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-5
/
+5
|
|
|
*
Example: Update comments (test_jit_* -> jit_*)
Camille Mougey
2015-01-23
4
-4
/
+4
|
|
[next]