about summary refs log tree commit diff stats
path: root/test/jitter (follow)
Commit message (Collapse)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
| | | | | | | | | | | | (#1050) * test: add mem_breakpoint.py * test: enable args * test: add mem_breakpoint.py to test_all script * test: update memory mapping in mem_breakpoint.py
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
* Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
* 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
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* 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-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 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
|
* 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
| | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
* 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