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
/
basic_simplification.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-21
Example: Delete extract_pe_ressources
Camille Mougey
1
-42
/
+0
2015-01-18
DiGraph: add dominators regression test
serpilliere
1
-0
/
+23
2015-01-18
Graph: add dominators computation
Fabrice Desclaux
1
-0
/
+52
2015-01-18
TCC install: use --disable-static instead of sed//-fPIC/ (see #36)
Camille Mougey
2
-29
/
+10
2015-01-13
Expression: fix ExprCond output
Fabrice Desclaux
1
-1
/
+1
2015-01-12
Arm: add instruction bfc
Fabrice Desclaux
3
-0
/
+27
2015-01-11
TranslatorPython: fix forgotten parenthesis could lead to errors
Florent Monjalet
1
-1
/
+1
2015-01-11
fix TranslatorPython.from_ExprSlice forgotten var
Florent Monjalet
1
-2
/
+1
2015-01-09
Add docstring/Fix variable name
Fabrice Desclaux
2
-7
/
+11
2015-01-09
IR Analysis: Handle liveness analysis on uncomplete graph
Fabrice Desclaux
1
-14
/
+65
2015-01-09
Arm/Ira: Fix call bloc generation
Fabrice Desclaux
1
-2
/
+2
2015-01-09
IR: Add set_dst
Fabrice Desclaux
1
-0
/
+11
2015-01-09
Graph: Add get_all_parents/del_node
Fabrice Desclaux
1
-0
/
+22
2015-01-09
Analysis: Refactor and comment
Fabrice Desclaux
1
-29
/
+78
2015-01-09
Fix xorps semantic
Fabrice Desclaux
1
-1
/
+1
2014-12-24
Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in input
Camille Mougey
2
-5
/
+7
2014-12-24
Loader/Pe: Fix imports
Camille Mougey
1
-2
/
+4
2014-12-24
Loader/Pe: Fix a typography
Camille Mougey
1
-1
/
+1
2014-12-20
LoaderPE: Refactor and comment vm_load_* functions
Camille Mougey
1
-67
/
+101
2014-12-20
LoaderPE: vm_load_pe_lib*: remove unused argument
Camille Mougey
1
-5
/
+3
2014-12-20
Analysis: Update vm_loads calls, avoid reimplemeting vm_load_pe_libs
Camille Mougey
2
-18
/
+13
2014-12-20
Loader: update vm_loads API, take a data buffer instead of a filename
Camille Mougey
2
-5
/
+6
2014-12-20
Example: Remove unused loader.elf imports
Camille Mougey
4
-6
/
+1
2014-12-18
Jitter: registers logging is not needed anymore to enable instructions mnemon...
gg
1
-2
/
+2
2014-12-16