about summary refs log tree commit diff stats
path: root/miasm2/analysis/modularintervals.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-530/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-4/+7
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* ModularIntervals: naive support for * operationAjax2017-03-301-1/+23
|
* ModularIntervals: add length capabilityAjax2017-03-301-0/+4
| | | | length is used due to Python incompablity with __len__ values > 32bits
* ModularIntervals: fix init with empty intervalAjax2017-03-301-2/+4
|
* Introduce ModularIntervals, intervals supporting modular arithmeticAjax2017-02-171-0/+499