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
/
depgraph.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename examples lifter
Fabrice Desclaux
2020-12-25
1
-12
/
+12
*
Rename ira => LifterModelCall
Fabrice Desclaux
2020-12-24
1
-8
/
+8
*
Fix ida examples
Fabrice Desclaux
2020-10-30
1
-5
/
+8
*
IRBlock take loc_db
Fabrice Desclaux
2020-08-31
1
-1
/
+1
*
IDAPython 7.4 porting
nofiv
2020-04-16
1
-12
/
+12
*
Fix IDA depgraph example
William Bruneau
2019-10-09
1
-3
/
+4
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
1
-6
/
+6
*
Support python2/python3
Fabrice Desclaux
2019-03-05
1
-17
/
+24
*
Fix bad english
Fabrice Desclaux
2019-01-17
1
-1
/
+1
*
Example/ida: fix dg
Fabrice Desclaux
2018-07-05
1
-6
/
+6
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
1
-12
/
+12
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
1
-3
/
+3
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-5
/
+5
*
Example/ida: use addr to guess arch
Fabrice Desclaux
2018-06-19
1
-4
/
+5
*
Example/IDA: fix depgraph api
Fabrice Desclaux
2018-06-16
1
-11
/
+11
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-11
/
+13
*
IRBlock: getitem/len on assignblks
Fabrice Desclaux
2018-02-09
1
-3
/
+3
*
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
2018-02-09
1
-2
/
+2
*
IRBlock: replace irs by assignblks
Fabrice Desclaux
2018-02-09
1
-5
/
+5
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IDA/Depgraph: clean & fix imports, export main function
Ajax
2017-07-05
1
-83
/
+93
*
IR: Make IRBlock immutable
Fabrice Desclaux
2017-05-24
1
-4
/
+6
*
IDA: handle generated labels in depgraph
Ajax
2017-04-25
1
-1
/
+7
*
IDA: fix depgraph for immutable AssignBlock
Ajax
2017-04-25
1
-8
/
+12
*
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
-5
/
+5
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
1
-7
/
+7
*
Expr: Remove exprint_from
Fabrice Desclaux
2016-12-23
1
-1
/
+1
*
Example/ida/depgraph: add basic stack unaliasing
Fabrice Desclaux
2016-04-06
1
-11
/
+45
*
Example/Depgraph: allow lower/upper register tracking
Fabrice Desclaux
2016-03-22
1
-1
/
+4
*
Depgraph: updt api
Fabrice Desclaux
2016-03-21
1
-4
/
+9
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
1
-3
/
+0
*
Example/IDA: unused import
Ajax
2015-11-06
1
-3
/
+0
*
ExampleIDA: Add 'Implicit' option for depgraph
Ajax
2015-04-24
1
-2
/
+4
*
Example: add NoCallNoMem in ida/depgraph
serpilliere
2015-03-23
1
-12
/
+9
*
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
/
+4
*
Example/IDA: add a script to highlight depnodes through IDA
Camille Mougey
2015-02-20
1
-0
/
+201