about summary refs log tree commit diff stats
path: root/miasm2/jitter (follow)
Commit message (Expand)AuthorAgeFilesLines
* JitCore_TCC: Use a callback to free TCCState on Jitted block deletionCamille Mougey2015-02-231-4/+10
* JitCore: Jitted blocks are now a BoundedDict with a possible callbackCamille Mougey2015-02-231-1/+5
* X86: fix bsr/bsf behaviour as issued in PR #79Fabrice Desclaux2015-02-201-8/+11
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-181-4/+4
* Use wrapper `named_arguments` to log function callsPierre LALET2015-02-171-5/+25
* Add a function decorator to use named arguments in .func_args_stdcall() methodsPierre LALET2015-02-171-2/+19
* PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-161-1/+1
* PyLint: Remove relative importsCamille Mougey2015-02-165-12/+12
* PyLint: Remove unused-importsCamille Mougey2015-02-162-4/+0
* Merge pull request #58 from serpilliere/fix_loaderCamille Mougey2015-02-101-4/+5
|\
| * Loader/PE: fix typoFabrice Desclaux2015-02-091-2/+2
| * Loader/Pe: fix section len computationFabrice Desclaux2015-02-091-2/+3
* | JitLoad: add function handler in default jitterFabrice Desclaux2015-01-291-2/+37
|/
* Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more usedCamille Mougey2015-01-261-2/+1
* TCC install: use --disable-static instead of sed//-fPIC/ (see #36)Camille Mougey2015-01-181-1/+1
* Loader/PE: Update vm_load_pe_lib* APIs to take a VmMngr instance in inputCamille Mougey2014-12-241-4/+6
* Loader/Pe: Fix importsCamille Mougey2014-12-241-2/+4
* Loader/Pe: Fix a typographyCamille Mougey2014-12-241-1/+1
* LoaderPE: Refactor and comment vm_load_* functionsCamille Mougey2014-12-201-67/+101
* LoaderPE: vm_load_pe_lib*: remove unused argumentCamille Mougey2014-12-201-5/+3
* Loader: update vm_loads API, take a data buffer instead of a filenameCamille Mougey2014-12-202-5/+6
* Jitter: Fix compilation on NetBSD (Tx to Aymeric Vincent)Fabrice Desclaux2014-12-121-0/+4
* Loader/utils: move pe dependance in libimp_pe subclassFabrice Desclaux2014-12-083-112/+118
* BinStream: Unify BinStreams locationCamille Mougey2014-12-031-36/+1
* Jitload: Fix relative importCamille Mougey2014-12-031-2/+1
* Jitload: Remove unused imports and functionsCamille Mougey2014-12-031-6/+0
* Loader: Move 'vm2pe' to loader/peCamille Mougey2014-12-032-76/+74
* Jitter: move loader specific code to a submoduleFabrice Desclaux2014-12-035-419/+460
* Jitter: unify import errorFabrice Desclaux2014-12-031-4/+1
* Jitter: fail open on missing imports (Fix issue #6)Fabrice Desclaux2014-12-031-3/+16
* Jitter: Support shift/rot for 64 bitsFabrice Desclaux2014-10-312-13/+24
* vm2pe: fix min/max default addressFabrice Desclaux2014-10-161-4/+9
* Jitter: add endianess supportFabrice Desclaux2014-10-093-21/+60
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-074-3937/+0
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-0711-287/+287
* mergeFabrice Desclaux2014-10-061-2/+3
|\
| * Jitload: vm2pe default min_addr is the first section rvaFabrice Desclaux2014-10-031-2/+3
* | JitLoad: Rewrite & comment 'gen_new_lib'ajax2014-10-031-18/+34
|/
* Win_api: myjit is jitterFabrice Desclaux2014-10-021-869/+869
* win_api: add msvcrt strlenFabrice Desclaux2014-10-011-0/+8
* JitCore Python: Handle log_regs, log_mnajax2014-09-261-0/+9
* WinAPI SEH: reduce import scopeajax2014-09-221-2/+2
* WinAPI SEH: Useless and buggy importajax2014-09-221-1/+0
* jitload: fix loaded header sizeFabrice Desclaux2014-09-191-2/+2
* Jittcc: fix tcc return struct bug; fix missing irbloc ret testserpilliere2014-09-054-14/+8
* jitcore_python: fix reg initFabrice Desclaux2014-09-051-2/+2
* Jitcore: check for empty blocksCamille Mougey2014-09-051-0/+5
* jitcore_tcc: disable logFabrice Desclaux2014-09-051-1/+1
* WinApi: Fix alloc in GlobalAllocCamille Mougey2014-09-051-1/+1
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-0513-55/+97