about summary refs log tree commit diff stats
path: root/miasm2/ir/translators/python.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-98/+0
* Support python2/python3Fabrice Desclaux2019-03-051-15/+31
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-1/+1
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-1/+1
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-0/+3
* Translator: add rol/ror for pythonFabrice Desclaux2017-05-091-0/+14
* ExprCompose: updt internal structFabrice Desclaux2016-11-041-4/+4
* Translator: class to instanceAjax2015-03-241-26/+18
* TranslatorPython: fix forgotten parenthesis could lead to errorsFlorent Monjalet2015-01-111-1/+1
* fix TranslatorPython.from_ExprSlice forgotten varFlorent Monjalet2015-01-111-2/+1
* IR/Translator: Add a translator for IR -> PythonCamille Mougey2014-12-141-0/+74