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
*
DiGraph: add dominators regression test
serpilliere
2015-01-18
1
-0
/
+23
*
Graph: add dominators computation
Fabrice Desclaux
2015-01-18
1
-0
/
+52
*
Merge pull request #33 from fmonjalet/tr_python_fix
serpilliere
2015-01-12
1
-3
/
+2
|
\
|
*
TranslatorPython: fix forgotten parenthesis could lead to errors
Florent Monjalet
2015-01-11
1
-1
/
+1
|
*
fix TranslatorPython.from_ExprSlice forgotten var
Florent Monjalet
2015-01-11
1
-2
/
+1
|
/
*
Merge pull request #32 from serpilliere/improve_liveness_analysis
Camille Mougey
2015-01-09
4
-42
/
+179
|
\
|
*
Add docstring/Fix variable name
Fabrice Desclaux
2015-01-09
2
-7
/
+11
|
*
IR Analysis: Handle liveness analysis on uncomplete graph
Fabrice Desclaux
2015-01-09
1
-14
/
+65
|
*
Arm/Ira: Fix call bloc generation
Fabrice Desclaux
2015-01-09
1
-2
/
+2
|
*
IR: Add set_dst
Fabrice Desclaux
2015-01-09
1
-0
/
+11
|
*
Graph: Add get_all_parents/del_node
Fabrice Desclaux
2015-01-09
1
-0
/
+22
|
*
Analysis: Refactor and comment
Fabrice Desclaux
2015-01-09
1
-29
/
+78
|
/
*
Merge pull request #31 from serpilliere/fix_xorps
Camille Mougey
2015-01-09
1
-1
/
+1
|
\
|
*
Fix xorps semantic
Fabrice Desclaux
2015-01-09
1
-1
/
+1
|
/
*
Merge pull request #26 from commial/fix-vm_loads
serpilliere
2014-12-26
8
-102
/
+129
|
\
|
*
Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in input
Camille Mougey
2014-12-24
2
-5
/
+7
|
*
Loader/Pe: Fix imports
Camille Mougey
2014-12-24
1
-2
/
+4
|
*
Loader/Pe: Fix a typography
Camille Mougey
2014-12-24
1
-1
/
+1
|
*
LoaderPE: Refactor and comment vm_load_* functions
Camille Mougey
2014-12-20
1
-67
/
+101
|
*
LoaderPE: vm_load_pe_lib*: remove unused argument
Camille Mougey
2014-12-20
1
-5
/
+3
|
*
Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libs
Camille Mougey
2014-12-20
2
-18
/
+13
|
*
Loader: update vm_loads API, take a data buffer instead of a filename
Camille Mougey
2014-12-20
2
-5
/
+6
|
*
Example: Remove unused loader.elf imports
Camille Mougey
2014-12-20
4
-6
/
+1
|
/
*
Merge pull request #25 from ggqb/mnem_log
serpilliere
2014-12-18
1
-2
/
+2
|
\
|
*
Jitter: registers logging is not needed anymore to enable instructions mnemon...
gg
2014-12-18
1
-2
/
+2
|
/
*
Merge pull request #24 from commial/feature-translator-miasm
serpilliere
2014-12-17
3
-12
/
+65
|
\
|
*
Example: Update expr_translate to use Miasm translator and take in account #23
Camille Mougey
2014-12-16
1
-12
/
+13
|
*
IR/Translators: Introduce Miasm translator, to get an IR building expression
Camille Mougey
2014-12-16
2
-0
/
+52
|
/
*
Merge pull request #23 from commial/refactor-irtranslators
serpilliere
2014-12-15
9
-211
/
+463
|
\
|
*
Example: Add a new example using C & Python translation
Camille Mougey
2014-12-14
2
-0
/
+43
|
*
Test: Update API of ir2C test
Camille Mougey
2014-12-14
1
-35
/
+45
|
*
ir2C: Refactor ir2C to extract TranslatorC part
Camille Mougey
2014-12-14
1
-176
/
+16
|
*
IR/Translator: Exposes Translator from miasm2.ir.translators
Camille Mougey
2014-12-14
1
-0
/
+5
|
*
IR/Translator: Add a translator for IR -> Python
Camille Mougey
2014-12-14
1
-0
/
+74
|
*
IR/Translator: Add a translator for IR -> C, comming from ir/ir2C.py
Camille Mougey
2014-12-14
1
-0
/
+168
|
*
IR: Introduce Translators, an abstraction for IR translation
Camille Mougey
2014-12-14
2
-0
/
+112
|
/
*
Merge pull request #22 from commial/fix-missing-tests
serpilliere
2014-12-14
1
-2
/
+0
|
\
|
*
TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228
Camille Mougey
2014-12-14
1
-2
/
+0
|
/
*
Merge pull request #21 from serpilliere/compil_netbsd
Camille Mougey
2014-12-12
2
-1
/
+7
|
\
|
*
Test: remove hardcoded python path (Tx to Aymeric Vincent)
Fabrice Desclaux
2014-12-12
1
-1
/
+3
|
*
Jitter: Fix compilation on NetBSD (Tx to Aymeric Vincent)
Fabrice Desclaux
2014-12-12
1
-0
/
+4
|
/
*
Merge pull request #20 from serpilliere/fix_arm_sem
Camille Mougey
2014-12-11
4
-70
/
+188
|
\
|
*
X86: use explicit names in update flags functions
Fabrice Desclaux
2014-12-11
1
-4
/
+6
|
*
Test: update ARM semantic tests
Fabrice Desclaux
2014-12-11
1
-0
/
+2
|
*
Arm: Fix cf in logical mnemonics
Fabrice Desclaux
2014-12-11
2
-66
/
+180
|
/
*
Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into co...
Fabrice Desclaux
2014-12-11
3
-0
/
+202
|
\
|
*
Example: Add an example for ExprRandom
Camille Mougey
2014-12-10
2
-0
/
+31
|
*
ExpressionHelper: Introduce ExprRandom, an expression generation feature
Camille Mougey
2014-12-10
1
-0
/
+172
*
|
Merge pull request #18 from commial/feature-vars-ident
serpilliere
2014-12-11
3
-0
/
+201
|
\
\
|
*
|
VariablesIdentifier: Use iterators (credits Pierre Lalet)
Camille Mougey
2014-12-10
1
-6
/
+7
[next]