about summary refs log tree commit diff stats
path: root/miasm2/jitter (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Jitter: fix cst exceptionsFabrice Desclaux2015-12-042-4/+4
| |/
* | Merge pull request #286 from serpilliere/updt_winsehCamille Mougey2015-12-042-22/+121
|\ \
| * | Loader/pe: fix load lib; vm2peFabrice Desclaux2015-12-042-11/+19
| * | Sandbox: support additional optionsFabrice Desclaux2015-12-041-2/+2
| * | Loader: load PE and its dependenciesFabrice Desclaux2015-12-042-14/+105
| |/
* | Jitter: remove unused div_op rem_opFabrice Desclaux2015-12-043-128/+4
* | Jitter: clean codeFabrice Desclaux2015-12-033-247/+2
* | Jit: use page array; bin searchFabrice Desclaux2015-12-033-58/+101
|/
* Squelch a couple of warnings on 32 bit architectures with respect toAymeric Vincent2015-11-232-2/+2
* When parsing a 64 bit integer, make sure we have enough room to store it.Aymeric Vincent2015-11-232-10/+14
* JitterPython: init registers with 0 instead of symbolAjax2015-11-171-4/+2
* Symbexec: func_write callback doesn't need anymore last argAjax2015-11-171-3/+2
* Jitter: fix single stepFabrice Desclaux2015-11-151-0/+5
* Jitter: add reset jitter blocksFabrice Desclaux2015-11-151-0/+6
* Jitter/vm_mngr: Clean logsFabrice Desclaux2015-11-151-26/+14
* x86/TCC: fix rcr/rcl computationAjax2015-11-131-36/+26
* x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1Ajax2015-11-132-35/+3
* x86/TCC: fix a loosed bit of rotate leftAjax2015-11-131-3/+3
* x86/TCC: add helper for double to 16 bitsAjax2015-11-102-0/+13
* x86/TCC: complete fxam semantic to handle C1Ajax2015-11-102-0/+8
* x86/TCC: handle NaN case in `fcom`Ajax2015-11-101-0/+6
* x86: C0/C1/C2/C3 flags in `fprem`Ajax2015-11-102-0/+24
* x86/TCC: add `fpatan`Ajax2015-11-102-0/+12
* x86/TCC: add `fyl2x`Ajax2015-11-102-0/+11
* x86/TCC: add `fprem`Ajax2015-11-102-0/+12
* x86/TCC: add `fxam`Ajax2015-11-102-1/+62
* x86/TCC: add `fchs`Ajax2015-11-102-0/+11
* x86: add a new "register" named interrupt_numAjax2015-11-092-0/+22
* JitTcc: fix memory leakFabrice Desclaux2015-11-011-0/+4
* Merge pull request #250 from serpilliere/ExprInt_apiFlorent2015-10-291-4/+4
|\
| * Expression: fix apiFabrice Desclaux2015-10-291-4/+4
* | Jitter/jitcore: Fix pyobject refFabrice Desclaux2015-10-291-2/+12
|/
* Mips32: consider CPR0 as registers, able to JITCamille Mougey2015-10-271-0/+514
* JitcoreTCC: VmMngr argument is uselessCamille Mougey2015-10-231-3/+1
* BoundedDict: access to the internal dict via propertyCamille Mougey2015-10-231-1/+1
* JitcorePython: adapt with new jit_call APICamille Mougey2015-10-232-1/+2
* Jitload: has_callbacks is no more needed (no perf gain)Camille Mougey2015-10-231-9/+4
* Jitload: CallbackHandler.__call__ should only be a wrapperCamille Mougey2015-10-231-1/+2
* JitTCC: loop in C while future basic blocks are knownCamille Mougey2015-10-234-18/+47
* JitTCC: jitted functions return a status codeCamille Mougey2015-10-231-0/+3
* Merge pull request #237 from serpilliere/win_seh_alloc_minCamille Mougey2015-10-231-1/+1
|\
| * Jitter/vm_mngr: Fix error typoFabrice Desclaux2015-10-231-1/+1
* | Loader/pe: autopep8Fabrice Desclaux2015-10-221-8/+10
* | Loader/pe: fix iat rebuildFabrice Desclaux2015-10-221-1/+2
|/
* Merge pull request #233 from a-vincent/nit_jittcc_relative_pathPierre Lalet2015-10-221-4/+4
|\
| * Use path relative to miasm2 rather than local dir for JittccAymeric Vincent2015-10-221-4/+4
* | Jitload: more concise syntax in has_callbackFlorent Monjalet2015-10-151-4/+2
* | jitload: added a CallbackHandler.has_callbacks methodFlorent Monjalet2015-10-111-4/+14
|/
* Loader/Elf: Support aarch64Fabrice Desclaux2015-08-091-0/+2
* Add arch aarch64Fabrice Desclaux2015-08-081-0/+2