about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-100/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-11/+20
|
* Align the arbitrary addresses of fake library functions to multiples of 4Aymeric Vincent2018-02-161-2/+2
| | | | | | | | Most processors can execute code only at aligned addresses, and some enforce this in their instruction set, e.g. powerpc. Without this patch, the addresses generated in the PLT will be truncated by the calling instruction and will thus not hit the breakpoint intended to catch them.
* Loader/pe: add cname infosFabrice Desclaux2016-09-071-0/+2
|
* Loader/pe: fix load lib; vm2peFabrice Desclaux2015-12-041-2/+4
|
* Loader: load PE and its dependenciesFabrice Desclaux2015-12-041-1/+1
|
* Remove lazy logging patternAjax2015-03-301-2/+2
|
* Loader/utils: move pe dependance in libimp_pe subclassFabrice Desclaux2014-12-081-110/+0
| | | | | | | | /!\ May break libimp API Replace loader.utils.libimp import with: * loader.pe.libimp_pe for pe * loader.elf.libimp_elf for elf
* Jitter: move loader specific code to a submoduleFabrice Desclaux2014-12-031-0/+197