about summary refs log tree commit diff stats
path: root/test/jitter/test_post_instr.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add memory breakpoints in debugger and examplesWilliam Bruneau2022-02-231-3/+1
|
* Display exception flag on jitter exceptionsWilliam Bruneau2021-02-241-1/+2
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-1/+3
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-3/+3
|
* Support python2/python3Fabrice Desclaux2019-03-051-6/+10
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-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 apiFabrice Desclaux2018-06-211-2/+2
|
* Jitter: fix bad block managementFabrice Desclaux2018-05-171-4/+1
|
* Merge pull request #707 from serpilliere/fix_bp_memory_nameCamille Mougey2018-03-281-3/+3
|\ | | | | Fix memory breakpoint name
| * Fix memory breakpoint nameFabrice Desclaux2018-03-281-3/+3
| |
* | Fix test rw cstFabrice Desclaux2018-03-281-1/+1
|/
* Jitter: regression test for post instrFabrice Desclaux2017-04-181-0/+46