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
/
test
/
analysis
/
depgraph.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use regex literals for re.* functions
Duncan Ogilvie
2024-01-06
1
-2
/
+2
*
Symbols are str instead of bytes
Fabrice Desclaux
2021-06-08
1
-243
/
+243
*
Rename ira => LifterModelCall
Fabrice Desclaux
2020-12-24
1
-2
/
+2
*
Update api according to loc_db update
Fabrice Desclaux
2020-08-31
1
-1
/
+1
*
IRBlock take loc_db
Fabrice Desclaux
2020-08-31
1
-1
/
+1
*
Fix int(expr)
Fabrice Desclaux
2020-04-03
1
-1
/
+1
*
Codespell: fix some spelling mistakes
William Bruneau
2019-09-20
1
-1
/
+1
*
Rename miasm2 to miasm
Fabrice Desclaux
2019-03-05
1
-6
/
+6
*
Support python2/python3
Fabrice Desclaux
2019-03-05
1
-264
/
+275
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-1
/
+1
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
1
-84
/
+84
*
IR: gen ircfg from ir_arch
Fabrice Desclaux
2018-07-05
1
-195
/
+375
*
Update symbol_pool's deprecated API -> LocationDB
Ajax
2018-07-03
1
-77
/
+3
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-33
/
+33
*
Code cleaning: remove useless / commented code
Ajax
2018-06-21
1
-1
/
+1
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-138
/
+139
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-41
/
+46
*
Expression: no default size for ExprId
Fabrice Desclaux
2018-02-09
1
-23
/
+23
*
IRBlock: getitem/len on assignblks
Fabrice Desclaux
2018-02-09
1
-12
/
+12
*
IRBlock: irblock iterates on its assignblks
Fabrice Desclaux
2018-02-09
1
-1
/
+1
*
IRBlock: replace irs by assignblks
Fabrice Desclaux
2018-02-09
1
-13
/
+13
*
IRBlock: move lines in AssignBlock
Fabrice Desclaux
2017-04-20
1
-3
/
+2
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
1
-12
/
+11
*
Core/asmbloc: move asmbloc to asmblock
Fabrice Desclaux
2017-03-13
1
-1
/
+1
*
Asmbloc: rename asm_label to AsmLabel
Fabrice Desclaux
2017-03-13
1
-12
/
+12
*
IR: rename blocs to blocks
Fabrice Desclaux
2017-03-13
1
-27
/
+27
*
IR/ir: rename ir to IntermediateRepresentation
Fabrice Desclaux
2017-03-13
1
-1
/
+1
*
IR/ir: rename irbloc to IRBlock
Fabrice Desclaux
2017-03-13
1
-84
/
+84
*
Update int(XX.arg) -> int(XX)
Ajax
2016-09-16
1
-1
/
+1
*
Depgraph: updt api
Fabrice Desclaux
2016-03-21
1
-3
/
+3
*
Depgraph: implicit emul
Fabrice Desclaux
2016-03-17
1
-1
/
+0
*
Test/Depgraph: updt tests
Fabrice Desclaux
2016-03-17
1
-740
/
+556
*
AssignBlock
Fabrice Desclaux
2016-02-26
1
-5
/
+12
*
Tipo: dictionary
Fabrice Desclaux
2016-01-30
1
-1
/
+1
*
IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`
Ajax
2015-12-07
1
-51
/
+51
*
IRA: ira parent class is now miasm2.ir.ir::ir
Camille Mougey
2015-12-07
1
-2
/
+2
*
Test/Depgraph: the error status was not checked
Ajax
2015-12-04
1
-0
/
+3
*
Analysis/Depgraph: Coding convention and cleanups
Caroline Leman
2015-08-24
1
-2
/
+1
*
Analysis/Depgraph: Remove duplicates treatments
Caroline Leman
2015-08-24
1
-96
/
+106
*
Analysis/Depgraph: pylint and pep8 compliance + docstrings
Caroline Leman
2015-08-05
1
-8
/
+7
*
Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.
Caroline Leman
2015-08-05
1
-420
/
+1021
*
TestDepgraph: Bad counter name (credits C. Leman)
Ajax
2015-04-24
1
-3
/
+4
*
Example: add NoCallNoMem in ida/depgraph
serpilliere
2015-03-23
1
-8
/
+4
*
Test/DepGraph: add regression test for double bloc symbolic emulation
Fabrice Desclaux
2015-03-12
1
-0
/
+42
*
Test/Analysis: Regression tests for DependencyGraph
Camille Mougey
2015-02-20
1
-0
/
+602