about summary refs log tree commit diff stats
path: root/miasm2/expression/modint.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !