about summary refs log tree commit diff stats
path: root/src/elfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+4
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-1/+1
* Fixed typo in an error messageptitSeb2021-03-091-1/+1
* Added special case for stdin/stdout/stderr in elfloader R_X86_64_COPY handlingptitSeb2021-03-081-1/+9
* Small adjustment for __pthread_unwind_next (but still crashing on aarch64)ptitSeb2021-03-071-0/+1
* More work on elfloader reloc and addend handlingptitSeb2021-03-061-6/+6
* More work on elfloader and relocation (and tls)ptitSeb2021-03-063-21/+148
* 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-032-141/+76
* Another batch of printf/scanf format errorsptitSeb2021-03-022-2/+2
* Fixed a bunch of print format errorptitSeb2021-03-023-36/+36
* 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-014-0/+2066