| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 1 | -78/+0 |
| | | |||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 1 | -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 linux | serpilliere | 2014-07-03 | 1 | -10/+10 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -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 ! | |||||