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
/
ida
/
graph_ir.py
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
IDA/Graph IR: clean & fix imports, export main function, add a
Ajax
2017-07-05
1
-70
/
+91
|
|
|
|
simplification option
*
Example: clean graph_ir IDA
Fabrice Desclaux
2017-05-24
1
-183
/
+59
|
*
IR: Make IRBlock immutable
Fabrice Desclaux
2017-05-24
1
-3
/
+5
|
*
IDA: fix graph_ir for immutable AssignBlock
Ajax
2017-04-25
1
-6
/
+9
|
*
analysis: Introduction of use-definition chains
Caroline Leman
2017-03-29
1
-3
/
+3
|
|
|
|
|
|
- previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-1
/
+1
|
*
All: rename vars bloc -> block
Fabrice Desclaux
2017-03-13
1
-3
/
+3
|
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
1
-8
/
+8
|
*
Depgraph: updt api
Fabrice Desclaux
2016-03-21
1
-8
/
+11
|
*
BasicBlocks: update examples with the new API
Ajax
2016-01-26
1
-2
/
+1
|
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
1
-3
/
+1
|
*
IR: use expr_is_label instead of ExprIsLabel
Camille Mougey
2015-12-07
1
-1
/
+1
|
*
Example: move output .txt to .dot
Ajax
2015-11-09
1
-4
/
+4
|
*
Example/IDA: useless sys path
Ajax
2015-11-06
1
-7
/
+2
|
*
Example/IDA: unused import
Ajax
2015-11-06
1
-3
/
+1
|
*
Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson)
Ajax
2015-03-05
1
-1
/
+3
|
*
Expression: remove code which uses expression modifications
serpilliere
2015-02-22
1
-2
/
+2
|
*
Example/IDA: Reorganize imports
Camille Mougey
2015-02-11
1
-3
/
+0
|
*
Examples/IDA: Export common IDA methods to a file `utils`
Camille Mougey
2015-02-09
1
-85
/
+3
|
*
Example: Move and rename the IDA example to a specific example subdir
Camille Mougey
2015-01-23
1
-0
/
+382