about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/pe.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-565/+0
* Support python2/python3Fabrice Desclaux2019-03-051-31/+52
* Fix typos & add codespellPierre LALET2018-12-231-2/+2
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+0
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-1/+3
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-2/+1
* PE: fix resource rebuildFabrice Desclaux2018-04-191-5/+5
* append b to the opens mode ; Python on Windows makes a distinction between te...w4kfu2018-01-161-3/+3
* PE: fix export forward testFabrice Desclaux2017-12-231-13/+24
* Loader/pe: add cname infosFabrice Desclaux2016-09-071-1/+1
* Loader/pe: Add ordinal exportFabrice Desclaux2016-08-101-0/+7
* 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
* Core/utils: autopep8Fabrice Desclaux2016-02-191-1/+2
* Jitter/vm: Suppport memory commentFabrice Desclaux2016-02-191-5/+6
* Remove unused variablesAjax2016-02-041-1/+0
* Tipo: dictionaryFabrice Desclaux2016-01-301-2/+2
* Merge pull request #296 from serpilliere/loader_rwPierre Lalet2015-12-161-2/+4
|\
| * Loader/pe: fix load page rwFabrice Desclaux2015-12-041-2/+4
* | Update api according to ElfesteemFabrice Desclaux2015-12-161-1/+1
* | Loader/pe: fix load lib; vm2peFabrice Desclaux2015-12-041-9/+15
* | Sandbox: support additional optionsFabrice Desclaux2015-12-041-2/+2
* | Loader: load PE and its dependenciesFabrice Desclaux2015-12-041-13/+104
|/
* Loader/pe: autopep8Fabrice Desclaux2015-10-221-8/+10
* Loader/pe: fix iat rebuildFabrice Desclaux2015-10-221-1/+2
* Loader/Pe: fix vm2pe for 64 bit peFabrice Desclaux2015-05-221-2/+6
* Remove lazy logging patternAjax2015-03-301-10/+11
* LoaderPE: Add `guess_arch` and link it to ContainerPE.archAjax2015-03-191-0/+10
* PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-181-4/+4
* PyLint: remove 'unnecessary-lambda'Camille Mougey2015-02-161-1/+1
* Loader/PE: fix typoFabrice Desclaux2015-02-091-2/+2
* Loader/Pe: fix section len computationFabrice Desclaux2015-02-091-2/+3
* 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-201-3/+4
* Loader/utils: move pe dependance in libimp_pe subclassFabrice Desclaux2014-12-081-1/+114
* Loader: Move 'vm2pe' to loader/peCamille Mougey2014-12-031-0/+74
* Jitter: move loader specific code to a submoduleFabrice Desclaux2014-12-031-0/+183