about summary refs log tree commit diff stats
path: root/miasm2/analysis/cst_propag.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-185/+0
* Support python2/python3Fabrice Desclaux2019-03-051-2/+4
* Fix typos & add codespellPierre LALET2018-12-231-4/+4
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-1/+1
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-3/+2
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-19/+21
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-5/+5
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-8/+9
* Fix tipoFabrice Desclaux2018-02-091-1/+1
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-1/+1
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-1/+1
* Ctypes: allow analysis on incomplete graphsFabrice Desclaux2017-10-031-2/+5
* Example: add ctype_propagationFabrice Desclaux2017-08-081-0/+178