| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Code cleaning: lgtm.com | Fabrice Desclaux | 2018-08-23 | 1 | -2/+2 |
| | | |||||
| * | remove #! command line on files not supposed to be run at top level | Aymeric Vincent | 2017-01-05 | 1 | -1/+0 |
| | | |||||
| * | GDBServer: on client exit, give back control to server script | Camille Mougey | 2015-10-19 | 1 | -1/+2 |
| | | |||||
| * | GDBServer: on script breakpoint, raise a SigTRAP | Camille Mougey | 2015-10-19 | 1 | -0/+6 |
| | | |||||
| * | Remove lazy logging pattern | Ajax | 2015-03-30 | 1 | -2/+2 |
| | | |||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -2/+2 |
| | | | | | | | | 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... | ||||
| * | Gdbserver: assert EIP with jitter PC | ajax | 2014-06-04 | 1 | -0/+6 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+425 |
| * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | |||||