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
*
Example/TestAll: Fix a typography (TAGS indirection must be used)
Camille Mougey
2015-01-21
1
-1
/
+1
*
Merge pull request #43 from cea-sec/example-clean-extractpe
serpilliere
2015-01-21
1
-42
/
+0
|
\
|
*
Example: Delete extract_pe_ressources
Camille Mougey
2015-01-21
1
-42
/
+0
|
/
*
Merge pull request #38 from serpilliere/graph_add_dominators
Camille Mougey
2015-01-20
2
-0
/
+75
|
\
|
*
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 #39 from commial/refactor-tinycc-install
serpilliere
2015-01-20
2
-29
/
+10
|
\
\
|
*
|
TCC install: use --disable-static instead of sed//-fPIC/ (see #36)
Camille Mougey
2015-01-18
2
-29
/
+10
|
/
/
*
|
Merge pull request #37 from serpilliere/fix_exprcond_output
Camille Mougey
2015-01-18
1
-1
/
+1
|
\
\
|
*
|
Expression: fix ExprCond output
Fabrice Desclaux
2015-01-13
1
-1
/
+1
|
|
/
*
|
Merge pull request #34 from serpilliere/arm_add_instruction
Camille Mougey
2015-01-13
3
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
Arm: add instruction bfc
Fabrice Desclaux
2015-01-12
3
-0
/
+27
|
/
*
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
[next]