about summary refs log tree commit diff stats
path: root/test/analysis/data_flow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-165/+165
|
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
|
* IRBlock take loc_dbFabrice Desclaux2020-08-311-1/+1
|
* Analysis: dead simp to classFabrice Desclaux2020-02-141-2/+3
|
* Codespell: fix some spelling mistakesWilliam Bruneau2019-09-201-1/+1
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-5/+5
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+6
|
* Fix bad englishFabrice Desclaux2019-01-171-2/+2
|
* Fix typos & add codespellPierre LALET2018-12-231-3/+3
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-158/+158
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-161/+178
|
* symbol_pool -> loc_dbAjax2018-07-031-45/+45
|
* Code cleaning: remove useless / commented codeAjax2018-06-211-1/+0
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-108/+108
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-43/+45
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* Remove the default size of ExprMem expressionsAjax2018-02-151-5/+5
|
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-14/+14
|
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-1/+1
|
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-2/+2
|
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-2/+1
|
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-1/+4
|
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-4/+4
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+685
- previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'