about summary refs log tree commit diff stats
path: root/miasm2/jitter (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Loader/pe: Add ordinal exportFabrice Desclaux2016-08-101-0/+7
* Fix get_memory_page_from_address()Aymeric Vincent2016-08-011-4/+1
* Jitter: fix read on multiple pagesserpilliere2016-06-301-1/+1
* Merge pull request #383 from commial/fix/breakpoint-handlingserpilliere2016-06-241-2/+13
|\
| * Handle exceptions due to breakpoint side effectsAjax2016-06-231-1/+6
| * Allow breakpoints to act as generatorAjax2016-06-231-1/+7
* | DLclose loaded libraries to free the memory on JiT block deletion eventAjax2016-06-231-2/+7
|/
* VM: fix function declarationFabrice Desclaux2016-06-231-0/+1
* Merge pull request #376 from commial/fix-memoryleakserpilliere2016-06-081-0/+7
|\
| * Fix a memory leak in reset memory page poolAjax2016-06-081-0/+7
* | Jitter: fix function castserpilliere2016-05-312-3/+2
|/
* LoaderPE: an argument was mispelled and then never usedAjax2016-05-101-1/+1
* LoaderPE: move log, cause 'hex' call can fail on NoneAjax2016-05-101-1/+1
* Jitter: autopepFabrice Desclaux2016-05-102-4/+6
* Jitter: replace Resolve_dst with macroFabrice Desclaux2016-05-102-10/+2
* Jitter: cache on blocFabrice Desclaux2016-05-102-38/+108
* Jitter: parity lookup tableFabrice Desclaux2016-05-092-21/+40
* Jitter/gcc: fit fd leakFabrice Desclaux2016-04-271-1/+2
* Merge pull request #362 from commial/test-qemu-sseserpilliere2016-04-262-0/+20
|\
| * Python jitter: enable segmentation supportAjax2016-04-262-0/+20
* | Jitgcc: clean temporary C filesFabrice Desclaux2016-04-261-1/+1
* | Jitter/x86: Fix rshift64Fabrice Desclaux2016-04-261-1/+3
* | Jitter: enhance jitter error msgserpilliere2016-04-261-43/+31
* | Jitter: add gcc backendserpilliere2016-04-263-0/+230
|/
* VmMngr: add is_mapped apiFabrice Desclaux2016-04-093-11/+55
* Jitter: fix find_page_nodeFabrice Desclaux2016-04-091-0/+3
* JitCore: update disbloc signature (and docstring)Ajax2016-03-231-3/+6
* JitCore: use the disasmEngine instead f a direct call to dis_bloc internalsAjax2016-03-231-13/+15
* Fix Jitload `load` signature in abstract methodAjax2016-03-231-3/+2
* Core/utils: autopep8Fabrice Desclaux2016-02-192-10/+9
* Jitter/vm: Suppport memory commentFabrice Desclaux2016-02-196-27/+62
* Core/utils: sanitize whoami/get_caller_nameFabrice Desclaux2016-02-191-2/+2
* Introduce jitter.eval_expr() to interact with jitter through Miasm IRAjax2016-02-161-2/+14
* JitCore_Python: use for ... else ... constructionAjax2016-02-161-7/+4
* Extract EmulatedSymbExec from JitCore_PythonAjax2016-02-162-84/+94
* Jitter: handle emulated funcs retFabrice Desclaux2016-02-091-2/+7
* X86/jitter: fix tsc reg gpregFabrice Desclaux2016-02-082-8/+8
* Remove unused variablesAjax2016-02-041-1/+0
* X86/jitter: add tsc accessorsFabrice Desclaux2016-01-311-0/+17
* Tipo: dictionaryFabrice Desclaux2016-01-302-3/+3
* AsmBloc: c_bad is now an asm_block_bad (edge -> node)Ajax2016-01-151-11/+12
* Merge pull request #299 from commial/fix-resetserpilliere2016-01-081-0/+1
|\
| * VmMngr: fix segfault on reset vm (creds @serpilliere)Ajax2016-01-081-0/+1
* | Jitter/x86: add mmx helperFabrice Desclaux2015-12-231-0/+37
|/
* Merge pull request #296 from serpilliere/loader_rwPierre Lalet2015-12-161-2/+4
|\
| * Loader/pe: fix load page rwFabrice Desclaux2015-12-041-2/+4
* | Autopep8Fabrice Desclaux2015-12-161-7/+9
* | Update api according to ElfesteemFabrice Desclaux2015-12-162-4/+4
* | Merge pull request #285 from serpilliere/fix_except_privserpilliere2015-12-162-4/+5
|\ \
| * | Jitter/csts: add priv instr cstFabrice Desclaux2015-12-041-0/+1