| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -100/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -11/+20 |
| | | |||||
| * | Align the arbitrary addresses of fake library functions to multiples of 4 | Aymeric Vincent | 2018-02-16 | 1 | -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 infos | Fabrice Desclaux | 2016-09-07 | 1 | -0/+2 |
| | | |||||
| * | Loader/pe: fix load lib; vm2pe | Fabrice Desclaux | 2015-12-04 | 1 | -2/+4 |
| | | |||||
| * | Loader: load PE and its dependencies | Fabrice Desclaux | 2015-12-04 | 1 | -1/+1 |
| | | |||||
| * | Remove lazy logging pattern | Ajax | 2015-03-30 | 1 | -2/+2 |
| | | |||||
| * | Loader/utils: move pe dependance in libimp_pe subclass | Fabrice Desclaux | 2014-12-08 | 1 | -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 submodule | Fabrice Desclaux | 2014-12-03 | 1 | -0/+197 |