| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -1/+3 |
| | | |||||
| * | Jitter: fix msp430 example | Fabrice Desclaux | 2019-03-27 | 1 | -1/+0 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -3/+3 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -2/+7 |
| | | |||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -1/+1 |
| | | |||||
| * | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 1 | -8/+7 |
| | | |||||
| * | append b to the opens mode ; Python on Windows makes a distinction between ↵ | w4kfu | 2018-01-16 | 1 | -1/+1 |
| | | | | | text and binary files | ||||
| * | Let GCC be the default jitter | Ajax | 2017-04-21 | 1 | -2/+2 |
| | | |||||
| * | use python2 as executable name, give adequate permissions | Aymeric Vincent | 2017-01-05 | 1 | -1/+1 |
| | | |||||
| * | Example/Jitter: unused import | Ajax | 2015-11-06 | 1 | -2/+1 |
| | | |||||
| * | In interactive use, allow C-like prefixes to choose the base of integers | Aymeric Vincent | 2015-10-27 | 1 | -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` directory | Camille Mougey | 2015-01-23 | 1 | -0/+69 |