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 (
Expand
)
Author
Age
Files
Lines
*
Rename examples lifter
Fabrice Desclaux
2020-12-25
1
-10
/
+10
*
Rename ira => LifterModelCall
Fabrice Desclaux
2020-12-24
1
-3
/
+3
*
Update ida example (use stack)
Fabrice Desclaux
2020-12-03
1
-12
/
+32
*
Fix ida examples
Fabrice Desclaux
2020-10-30
1
-8
/
+10
*
IRBlock take loc_db
Fabrice Desclaux
2020-08-31
1
-2
/
+2
*
Move modint in core
Fabrice Desclaux
2020-07-21
1
-2
/
+1
*
IDAPython 7.4 porting
nofiv
2020-04-16
1
-3
/
+3
*
Fix ida graph_ir
Fabrice Desclaux
2020-04-15
1
-6
/
+5
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
1
-6
/
+6
*
Support python2/python3
Fabrice Desclaux
2019-03-05
1
-17
/
+22
*
IR: add simplifier
Fabrice Desclaux
2019-02-18
1
-92
/
+31
*
Example: update ida api
Fabrice Desclaux
2019-02-18
1
-2
/
+3
*
Example/IDA: updt graph ir + menu
Fabrice Desclaux
2019-01-16
1
-110
/
+212
*
Example: del unnecessary dup dst in blocks
Fabrice Desclaux
2019-01-16
1
-5
/
+2
*
SSA: make ssa_variable_to_expr public
Fabrice Desclaux
2019-01-15
1
-4
/
+4
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-1
/
+1
*
add ssa graph to ida (#886)
marilafo
2018-11-16
1
-6
/
+130
*
Example: updt api
Fabrice Desclaux
2018-07-18
1
-7
/
+9
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
1
-23
/
+19
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
1
-3
/
+3
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-7
/
+7
*
Code cleaning: remove useless / commented code
Ajax
2018-06-21
1
-1
/
+0
*
Example/ida: use addr to guess arch
Fabrice Desclaux
2018-06-19
1
-5
/
+6
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-12
/
+10
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-6
/
+4
*
Example/IDA: fix symbol loading
Fabrice Desclaux
2018-04-15
1
-0
/
+4
*
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
-2
/
+2
*
Ida/Example: clean symbexec plugin
Fabrice Desclaux
2018-01-09
1
-12
/
+0
*
Asmblock: rename bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IR: rename add_bloc
Fabrice Desclaux
2017-07-07
1
-1
/
+1
*
IDA/Graph IR: clean & fix imports, export main function, add a
Ajax
2017-07-05
1
-70
/
+91
*
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
*
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
[next]