about summary refs log tree commit diff stats
path: root/miasm2/ir/translators/python.py (follow)
Commit message (Collapse)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
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-0/+3
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* 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