about summary refs log tree commit diff stats
path: root/miasm2/analysis/data_flow.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* DataFlow: Normalize class namesFabrice Desclaux2018-02-091-20/+25
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-5/+5
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-29/+29
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-9/+9
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-2/+4
* Ir: Add ir graph helpersFabrice Desclaux2017-04-211-0/+3
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-1/+1
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-2/+5
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+252