about summary refs log tree commit diff stats
path: root/example/jitter/mips32.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-051-1/+1
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-1/+4
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-3/+3
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+7
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Jitter: add simple trace apiFabrice Desclaux2018-06-211-10/+7
|
* Let GCC be the default jitterAjax2017-04-211-2/+2
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Example/Jitter: unused importAjax2015-11-061-2/+1
|
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-271-1/+1
| | | | | | | Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage.
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-0/+76