about summary refs log tree commit diff stats
path: root/miasm2/jitter/os_dep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-074-3937/+0
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-073-195/+195
| | | | | | | 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...
* Win_api: myjit is jitterFabrice Desclaux2014-10-021-869/+869
|
* win_api: add msvcrt strlenFabrice Desclaux2014-10-011-0/+8
|
* WinAPI SEH: reduce import scopeajax2014-09-221-2/+2
|
* WinAPI SEH: Useless and buggy importajax2014-09-221-1/+0
|
* WinApi: Fix alloc in GlobalAllocCamille Mougey2014-09-051-1/+1
|
* win_api_x86_32: remove printserpilliere2014-07-101-155/+46
|
* ajout test jitter/os_dep/win_api_x86_32.pyRomain CARRE2014-07-071-9/+5
|
* Jitter: Fix fastcall/stdcall arch arm and linuxserpilliere2014-07-031-10/+10
|
* Win api: fix api (tx a.guinet)serpilliere2014-06-191-1/+1
|
* Miasm v2serpilliere2014-06-034-0/+4043
* 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 !