about summary refs log tree commit diff stats
path: root/miasm2/expression/modint.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-259/+0
* Support python2/python3Fabrice Desclaux2019-03-051-14/+37
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-1/+1
* Div: fix modint operationAjax2017-01-131-6/+10
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
* Introduce ExprInt of any size (like others Expr)Ajax2016-12-141-12/+23
* ModInt: mimic C modulo instead of Python rounded oneAjax2015-11-161-2/+2
* ModInt: mimic C division instead of Python rounded oneAjax2015-11-161-2/+2
* Expression/modint: set arg to long to canonize reprserpilliere2015-04-251-3/+1
* Miasm v2serpilliere2014-06-031-0/+224