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 (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #58 from serpilliere/fix_loader
Camille Mougey
2015-02-10
1
-4
/
+5
|
\
|
*
Loader/PE: fix typo
Fabrice Desclaux
2015-02-09
1
-2
/
+2
|
*
Loader/Pe: fix section len computation
Fabrice Desclaux
2015-02-09
1
-2
/
+3
*
|
Merge pull request #57 from serpilliere/x86_fix
Camille Mougey
2015-02-10
1
-10
/
+10
|
\
\
|
*
|
X86/sem: fix fpu mnemonic api
Fabrice Desclaux
2015-02-10
1
-10
/
+10
|
|
/
*
|
Merge pull request #56 from serpilliere/x86_fstenv
Camille Mougey
2015-02-10
1
-0
/
+3
|
\
\
|
*
|
Arch/X86: fix fsntenv in 64bit
Fabrice Desclaux
2015-02-10
1
-0
/
+3
|
|
/
*
|
Merge pull request #55 from serpilliere/x86_breakflow_fix
Camille Mougey
2015-02-10
1
-2
/
+4
|
\
\
|
*
|
Arch/X86: fix jmpf breakflow
Fabrice Desclaux
2015-02-10
1
-1
/
+1
|
*
|
Arch/X86: fix jecx breakflow
Fabrice Desclaux
2015-02-10
1
-1
/
+3
|
|
/
*
|
Merge pull request #52 from commial/ida-symbol_exec
serpilliere
2015-02-10
5
-96
/
+360
|
\
\
|
*
|
VariablesIdentifier: Handle corner cases (using var ident on already computed...
Camille Mougey
2015-02-10
2
-5
/
+39
|
*
|
VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature
Camille Mougey
2015-02-10
3
-10
/
+29
|
*
|
Example/IDA: Move `translatorForm` to `utils`
Camille Mougey
2015-02-09
2
-58
/
+58
|
*
|
IDA/Example: Offer all available translators instead of Miasm
Camille Mougey
2015-02-09
1
-10
/
+45
|
*
|
Example/IDA: Add the translation in Miasm for symbolc_exec
Camille Mougey
2015-02-09
1
-0
/
+35
|
*
|
Example/IDA: Add a new example showing symbolic exec with var expansion
Camille Mougey
2015-02-09
1
-0
/
+110
|
*
|
Examples/IDA: Export common IDA methods to a file `utils`
Camille Mougey
2015-02-09
2
-85
/
+116
*
|
|
Merge pull request #54 from serpilliere/fix_x86_pop_esp
Camille Mougey
2015-02-10
3
-2
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Tests: add x86_32 pop esp regression test
Fabrice Desclaux
2015-02-10
2
-1
/
+19
|
*
|
X86/Sem: fix pop esp semantic
Fabrice Desclaux
2015-02-10
1
-1
/
+3
|
/
/
*
|
Merge pull request #50 from serpilliere/api_lib_handler
Camille Mougey
2015-01-29
5
-91
/
+57
|
\
\
|
|
/
|
/
|
|
*
Os_dep/Win: Add GetProcAddress lib handler
Fabrice Desclaux
2015-01-29
1
-1
/
+1
|
*
Analysis/Sandbox: use os dependant method in custom sandboxes
Fabrice Desclaux
2015-01-29
1
-6
/
+16
|
*
Arch/Jit: remove useless custom lib_handler
Fabrice Desclaux
2015-01-29
2
-82
/
+3
|
*
JitLoad: add function handler in default jitter
Fabrice Desclaux
2015-01-29
1
-2
/
+37
|
/
*
Merge pull request #49 from commial/refactor-asmbloc
serpilliere
2015-01-26
4
-144
/
+41
|
\
|
*
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
|
\
\
|
|
/
|
/
|
|
*
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
|
\
|
*
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
[next]