about summary refs log tree commit diff stats
path: root/miasm2/jitter (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Arch/aarch64: add arch/reg/ira/disasmserpilliere2015-08-082-0/+895
* Jitter: factor common operatorsFabrice Desclaux2015-08-082-51/+53
* Jitter/vm_mngr: fix rot_right operatorFabrice Desclaux2015-08-082-5/+10
* Jitter: fix example apiFabrice Desclaux2015-07-161-1/+0
* Jitter: replace vm.dump_memory_page_pool by its __repr__Fabrice Desclaux2015-07-163-27/+42
* Inits: Add docstring for main modulesAjax2015-06-191-0/+1
* Loader/Pe: fix vm2pe for 64 bit peFabrice Desclaux2015-05-221-2/+6
* Jitter: fix cast for 32 bits machinesserpilliere2015-04-244-4/+4
* Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequenceserpilliere2015-04-2217-1132/+624
* Jitter: get/set mem is now wrapped in cpuserpilliere2015-04-2215-330/+710
* Vm_mngr: move get/set mem into vmmngrserpilliere2015-04-223-89/+116
* Jitter/Tcc: fix memory leakserpilliere2015-04-151-6/+0
* Remove lazy logging patternAjax2015-03-304-21/+21
* LoaderPE: Add `guess_arch` and link it to ContainerPE.archAjax2015-03-191-0/+10
* LoaderELF: Add `guess_arch` and link it to ContainerELF.archAjax2015-03-191-0/+18
* Jitter: vmmngr may not be present (for example in IDA python)Fabrice Desclaux2015-03-171-1/+6
* Jitter: split VmMngr from JitCpuserpilliere2015-03-107-29/+22
* VmMngrPY: Null Deref in `set_mem_access`Ajax2015-02-271-0/+5
* Merge pull request #85 from commial/bounded-dictserpilliere2015-02-232-7/+18
|\
| * Jitcore: BounderDict upper bound is now a class attributeCamille Mougey2015-02-231-1/+2
| * JitCore: Jitcore is an abstract classCamille Mougey2015-02-231-2/+2
| * 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
* | Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`Camille Mougey2015-02-231-8/+8
* | VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"Camille Mougey2015-02-231-1/+4
* | VmMngr: resource leak (`mpn`) if `(!p)` is takenCamille Mougey2015-02-231-0/+1
|/
* 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