about summary refs log tree commit diff stats
path: root/miasm2/jitter/os_dep/linux_stdlib.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-78/+0
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-5/+5
| | | | | | | 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...
* Jitter: Fix fastcall/stdcall arch arm and linuxserpilliere2014-07-031-10/+10
|
* Miasm v2serpilliere2014-06-031-0/+78
* 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 !