about summary refs log tree commit diff stats
path: root/test/jitter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1500Alex2024-08-131-6/+6
* Add memory breakpoints in debugger and examplesWilliam Bruneau2022-02-232-6/+2
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-054-8/+8
* Display exception flag on jitter exceptionsWilliam Bruneau2021-02-242-2/+4
* Avoid generate default locationdbFabrice Desclaux2020-08-318-11/+29
* Move modint in coreFabrice Desclaux2020-07-211-1/+1
* Jitter: add remove_memory_page apiCaroline Leman2020-01-121-0/+8
* test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. (...idl3r2019-06-281-0/+82
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
* Fix python 2William Bruneau2019-04-121-2/+9
* Add testsWilliam Bruneau2019-04-101-0/+40
* Rename miasm2 to miasmFabrice Desclaux2019-03-056-18/+18
* Support python2/python3Fabrice Desclaux2019-03-056-15/+25
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-3/+3
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-1/+1
* Jitter: add simple trace apiFabrice Desclaux2018-06-214-8/+5
* Jitter: fix bad block managementFabrice Desclaux2018-05-173-4/+92
* Merge pull request #707 from serpilliere/fix_bp_memory_nameCamille Mougey2018-03-281-3/+3
|\
| * 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
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-4/+3
* Jit: update example max execFabrice Desclaux2017-01-121-16/+15
* Test/jitter for each jitter engineAjax2017-01-063-10/+6
* Add a test for jit_maxline optionAjax2017-01-061-0/+22
* Add a test for max_exec_per_call optionAjax2017-01-061-0/+81
* Add a way to retrieve memory access rightPierre Graux2016-09-011-0/+26
* Introduce test for jitloadAjax2016-02-161-0/+49
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-145/+0
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-34/+34
* jit: move code into arch directoryserpilliere2014-08-211-3/+4
* ajout test jitter/os_dep/win_api_x86_32.pyRomain CARRE2014-07-071-0/+144