| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add memory breakpoints in debugger and examples | William Bruneau | 2022-02-23 | 1 | -3/+1 |
| | | |||||
| * | Display exception flag on jitter exceptions | William Bruneau | 2021-02-24 | 1 | -1/+2 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -1/+3 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -3/+3 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -6/+10 |
| | | |||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -1/+1 |
| | | |||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting | ||||
| * | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 1 | -2/+2 |
| | | |||||
| * | Jitter: fix bad block management | Fabrice Desclaux | 2018-05-17 | 1 | -4/+1 |
| | | |||||
| * | Merge pull request #707 from serpilliere/fix_bp_memory_name | Camille Mougey | 2018-03-28 | 1 | -3/+3 |
| |\ | | | | | Fix memory breakpoint name | ||||
| | * | Fix memory breakpoint name | Fabrice Desclaux | 2018-03-28 | 1 | -3/+3 |
| | | | |||||
| * | | Fix test rw cst | Fabrice Desclaux | 2018-03-28 | 1 | -1/+1 |
| |/ | |||||
| * | Jitter: regression test for post instr | Fabrice Desclaux | 2017-04-18 | 1 | -0/+46 |