| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Loader: Move 'vm2pe' to loader/pe | Camille Mougey | 2014-12-03 | 2 | -76/+74 | |
| * | Jitter: move loader specific code to a submodule | Fabrice Desclaux | 2014-12-03 | 5 | -419/+460 | |
| * | Jitter: unify import error | Fabrice Desclaux | 2014-12-03 | 1 | -4/+1 | |
| * | Jitter: fail open on missing imports (Fix issue #6) | Fabrice Desclaux | 2014-12-03 | 1 | -3/+16 | |
| * | Jitter: Support shift/rot for 64 bits | Fabrice Desclaux | 2014-10-31 | 2 | -13/+24 | |
| * | vm2pe: fix min/max default address | Fabrice Desclaux | 2014-10-16 | 1 | -4/+9 | |
| * | Jitter: add endianess support | Fabrice Desclaux | 2014-10-09 | 3 | -21/+60 | |
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 4 | -3937/+0 | |
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 11 | -287/+287 | |
| * | merge | Fabrice Desclaux | 2014-10-06 | 1 | -2/+3 | |
| |\ | ||||||
| | * | Jitload: vm2pe default min_addr is the first section rva | Fabrice Desclaux | 2014-10-03 | 1 | -2/+3 | |
| * | | JitLoad: Rewrite & comment 'gen_new_lib' | ajax | 2014-10-03 | 1 | -18/+34 | |
| |/ | ||||||
| * | Win_api: myjit is jitter | Fabrice Desclaux | 2014-10-02 | 1 | -869/+869 | |
| * | win_api: add msvcrt strlen | Fabrice Desclaux | 2014-10-01 | 1 | -0/+8 | |
| * | JitCore Python: Handle log_regs, log_mn | ajax | 2014-09-26 | 1 | -0/+9 | |
| * | WinAPI SEH: reduce import scope | ajax | 2014-09-22 | 1 | -2/+2 | |
| * | WinAPI SEH: Useless and buggy import | ajax | 2014-09-22 | 1 | -1/+0 | |
| * | jitload: fix loaded header size | Fabrice Desclaux | 2014-09-19 | 1 | -2/+2 | |
| * | Jittcc: fix tcc return struct bug; fix missing irbloc ret test | serpilliere | 2014-09-05 | 4 | -14/+8 | |
| * | jitcore_python: fix reg init | Fabrice Desclaux | 2014-09-05 | 1 | -2/+2 | |
| * | Jitcore: check for empty blocks | Camille Mougey | 2014-09-05 | 1 | -0/+5 | |
| * | jitcore_tcc: disable log | Fabrice Desclaux | 2014-09-05 | 1 | -1/+1 | |
| * | WinApi: Fix alloc in GlobalAlloc | Camille Mougey | 2014-09-05 | 1 | -1/+1 | |
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 13 | -55/+97 | |
| * | mips: add pc_fetch to support delay slot jump_reg and update_reg | Fabrice Desclaux | 2014-09-01 | 2 | -0/+8 | |
| * | jitload: fix elf loading | Fabrice Desclaux | 2014-09-01 | 1 | -8/+26 | |
| * | jitload: fix elf load | Fabrice Desclaux | 2014-08-29 | 1 | -0/+1 | |
| * | Jitter: add set_breakpoint method | Camille Mougey | 2014-08-28 | 1 | -1/+9 | |
| * | ir: move float declaration by arch; clean ir2c | serpilliere | 2014-08-28 | 1 | -0/+66 | |
| * | mips32: add r_lo/r_hi | serpilliere | 2014-08-26 | 2 | -0/+16 | |
| * | jittcc: free tcc_states on jit del | serpilliere | 2014-08-26 | 2 | -16/+29 | |
| * | merge | serpilliere | 2014-08-25 | 1 | -0/+4 | |
| |\ | ||||||
| | * | Jitter: Fix memory leaks | Camille Mougey | 2014-08-25 | 1 | -0/+4 | |
| * | | jittcc: free pointers | serpilliere | 2014-08-25 | 7 | -87/+23 | |
| |/ | ||||||
| * | merge | serpilliere | 2014-08-25 | 2 | -1/+20 | |
| |\ | ||||||
| | * | Jitter: handle SIGALRM during jit | Camille Mougey | 2014-08-25 | 2 | -1/+20 | |
| * | | mips: fix all_regs_ids_no_alias; fix llvm so | serpilliere | 2014-08-25 | 1 | -1/+2 | |
| * | | Jitter: add mips32l jit | serpilliere | 2014-08-22 | 3 | -0/+797 | |
| * | | Jitter: merge jitcoreARCH and vm_mngr | serpilliere | 2014-08-22 | 7 | -81/+78 | |
| |/ | ||||||
| * | merge | serpilliere | 2014-08-22 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Vmmngr: remove debug logs | CM | 2014-08-22 | 1 | -5/+5 | |
| * | | vm_mngr: remove debug print | serpilliere | 2014-08-21 | 1 | -4/+4 | |
| * | | msp430: move jit | serpilliere | 2014-08-21 | 1 | -31/+0 | |
| * | | jit: move code into arch directory | serpilliere | 2014-08-21 | 1 | -216/+0 | |
| |/ | ||||||
| * | jitter: publify method to allow class modification | serpilliere | 2014-08-12 | 2 | -10/+14 | |
| * | JitCore_x86: UDIV & UMOD return value and arguments sizes have to be the same | ajax | 2014-07-30 | 2 | -16/+16 | |
| * | win_api_x86_32: remove print | serpilliere | 2014-07-10 | 1 | -155/+46 | |
| * | merge | serpilliere | 2014-07-10 | 1 | -9/+5 | |
| |\ | ||||||
| | * | ajout test jitter/os_dep/win_api_x86_32.py | Romain CARRE | 2014-07-07 | 1 | -9/+5 | |
| * | | Jitload: fix gen_new_lib tipo (off/rva) | serpilliere | 2014-07-07 | 1 | -5/+5 | |
| |/ | ||||||