about summary refs log tree commit diff stats
path: root/miasm2/ir/analysis.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-181-2/+0
* ir: replace wildcard imports + pylint compliancePierre LALET2015-02-181-1/+2
* IR Analysis: Handle liveness analysis on uncomplete graphFabrice Desclaux2015-01-091-14/+65
* Analysis: Refactor and commentFabrice Desclaux2015-01-091-29/+78
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-2/+1
* IRA: Add methods to get char, short, int, long, pointer sizesCamille Mougey2014-08-291-0/+20
* Miasm v2serpilliere2014-06-031-0/+228