about summary refs log tree commit diff stats
path: root/miasm2/analysis/gdbserver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-2/+2
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* GDBServer: on client exit, give back control to server scriptCamille Mougey2015-10-191-1/+2
|
* GDBServer: on script breakpoint, raise a SigTRAPCamille Mougey2015-10-191-0/+6
|
* Remove lazy logging patternAjax2015-03-301-2/+2
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-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 PCajax2014-06-041-0/+6
|
* Miasm v2serpilliere2014-06-031-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 !