about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/elf.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-337/+0
* Support python2/python3Fabrice Desclaux2019-03-051-7/+13
* Binary: add more elf symbolsFabrice Desclaux2019-02-031-0/+14
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+0
* ELF Loader: add support for x86 relocs and symbol import in LocDBAjax2018-07-241-8/+218
* Code cleaning: remove useless / commented codeAjax2018-06-211-2/+0
* PPC32: integrationFabrice Desclaux2018-03-041-0/+1
* Enforce correct endianness of PLT entriesAymeric Vincent2018-02-161-2/+7
* Jitter/vm: Suppport memory commentFabrice Desclaux2016-02-191-2/+4
* Autopep8Fabrice Desclaux2015-12-161-7/+9
* Update api according to ElfesteemFabrice Desclaux2015-12-161-3/+3
* Loader/Elf: Support aarch64Fabrice Desclaux2015-08-091-0/+2
* Jitter: fix example apiFabrice Desclaux2015-07-161-1/+0
* Remove lazy logging patternAjax2015-03-301-4/+3
* LoaderELF: Add `guess_arch` and link it to ContainerELF.archAjax2015-03-191-0/+18
* PyLint: Remove relative importsCamille Mougey2015-02-161-1/+1
* PyLint: Remove unused-importsCamille Mougey2015-02-161-1/+0
* Loader: update vm_loads API, take a data buffer instead of a filenameCamille Mougey2014-12-201-2/+2
* Loader/utils: move pe dependance in libimp_pe subclassFabrice Desclaux2014-12-081-1/+4
* Jitter: move loader specific code to a submoduleFabrice Desclaux2014-12-031-0/+80