about summary refs log tree commit diff stats
path: root/src/elfs/elfloader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-1/+1
* Added calloc and free wrapped functionsptitSeb2021-03-051-1/+1
* Fixed PltResolver slot handlingptitSeb2021-03-051-2/+4
* Fix injection of PLT ResolverptitSeb2021-03-041-6/+6
* Added R_X86_64_JUMP_SLOT to RelA relocation handlingptitSeb2021-03-041-1/+29
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-1/+31
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-134/+69
* Another batch of printf/scanf format errorsptitSeb2021-03-021-1/+1
* Fixed a bunch of print format errorptitSeb2021-03-021-16/+16
* More elf loader and parsing and stack preparingptitSeb2021-03-021-31/+31
* Detecting tcmalloc nowptitSeb2021-03-021-2/+2
* Load elf in memoryptitSeb2021-03-011-1/+1
* Read elf header of launched executableptitSeb2021-03-011-0/+1278