| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes #1500 | Alex | 2024-08-13 | 1 | -6/+6 |
| * | Add memory breakpoints in debugger and examples | William Bruneau | 2022-02-23 | 2 | -6/+2 |
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 4 | -8/+8 |
| * | Display exception flag on jitter exceptions | William Bruneau | 2021-02-24 | 2 | -2/+4 |
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 8 | -11/+29 |
| * | Move modint in core | Fabrice Desclaux | 2020-07-21 | 1 | -1/+1 |
| * | Jitter: add remove_memory_page api | Caroline Leman | 2020-01-12 | 1 | -0/+8 |
| * | test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. (... | idl3r | 2019-06-28 | 1 | -0/+82 |
| * | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 |
| * | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 |
| * | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 |
| * | Fix python 2 | William Bruneau | 2019-04-12 | 1 | -2/+9 |
| * | Add tests | William Bruneau | 2019-04-10 | 1 | -0/+40 |
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 6 | -18/+18 |
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 6 | -15/+25 |
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -1/+1 |
| * | Expresion: use ExprAssign instead of ExprAff | Fabrice Desclaux | 2018-10-01 | 1 | -3/+3 |
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 1 | -1/+1 |
| * | Jitter: add simple trace api | Fabrice Desclaux | 2018-06-21 | 4 | -8/+5 |
| * | Jitter: fix bad block management | Fabrice Desclaux | 2018-05-17 | 3 | -4/+92 |
| * | Merge pull request #707 from serpilliere/fix_bp_memory_name | Camille Mougey | 2018-03-28 | 1 | -3/+3 |
| |\ | |||||
| | * | 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 |
| * | Replace ExprInt[num](x) -> ExprInt(x, num) | Ajax | 2017-03-30 | 1 | -4/+3 |
| * | Jit: update example max exec | Fabrice Desclaux | 2017-01-12 | 1 | -16/+15 |
| * | Test/jitter for each jitter engine | Ajax | 2017-01-06 | 3 | -10/+6 |
| * | Add a test for jit_maxline option | Ajax | 2017-01-06 | 1 | -0/+22 |
| * | Add a test for max_exec_per_call option | Ajax | 2017-01-06 | 1 | -0/+81 |
| * | Add a way to retrieve memory access right | Pierre Graux | 2016-09-01 | 1 | -0/+26 |
| * | Introduce test for jitload | Ajax | 2016-02-16 | 1 | -0/+49 |
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 1 | -145/+0 |
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -34/+34 |
| * | jit: move code into arch directory | serpilliere | 2014-08-21 | 1 | -3/+4 |
| * | ajout test jitter/os_dep/win_api_x86_32.py | Romain CARRE | 2014-07-07 | 1 | -0/+144 |