about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitload.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove lazy logging patternAjax2015-03-301-5/+5
* Jitter: vmmngr may not be present (for example in IDA python)Fabrice Desclaux2015-03-171-1/+6
* Jitter: split VmMngr from JitCpuserpilliere2015-03-101-1/+3
* 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 relative importsCamille Mougey2015-02-161-7/+7
* PyLint: Remove unused-importsCamille Mougey2015-02-161-3/+0
* JitLoad: add function handler in default jitterFabrice Desclaux2015-01-291-2/+37
* 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-031-76/+0
* Jitter: move loader specific code to a submoduleFabrice Desclaux2014-12-031-419/+0
* Jitter: fail open on missing imports (Fix issue #6)Fabrice Desclaux2014-12-031-3/+16
* vm2pe: fix min/max default addressFabrice Desclaux2014-10-161-4/+9
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-30/+30
* 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
|/
* jitload: fix loaded header sizeFabrice Desclaux2014-09-191-2/+2
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-10/+10
* jitload: fix elf loadingFabrice Desclaux2014-09-011-8/+26
* jitload: fix elf loadFabrice Desclaux2014-08-291-0/+1
* Jitter: add set_breakpoint methodCamille Mougey2014-08-281-1/+9
* Jitter: add mips32l jitserpilliere2014-08-221-0/+2
* Jitter: merge jitcoreARCH and vm_mngrserpilliere2014-08-221-30/+1
* msp430: move jitserpilliere2014-08-211-31/+0
* jit: move code into arch directoryserpilliere2014-08-211-216/+0
* Jitload: fix gen_new_lib tipo (off/rva)serpilliere2014-07-071-5/+5
* Jitter: Fix fastcall/stdcall arch arm and linuxserpilliere2014-07-031-5/+14
* Fix operand unify irem/imodserpilliere2014-06-241-1/+1
* Jitter: Add PoC jitter engine based on Miasm2 Symbolic execution engineajax2014-06-141-0/+4
* Miasm v2serpilliere2014-06-031-0/+1089