about summary refs log tree commit diff stats
path: root/src/elfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed dynarec buildsptitSeb2021-04-141-1/+1
* Oops-esrajdakin2021-04-141-6/+8
* Second passrajdakin2021-04-141-0/+1
* First passrajdakin2021-04-144-136/+121
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-1/+1
* Fixed the libraries free orderingrajdakin2021-04-091-4/+4
* Changed missed unwanted "box86"rajdakin2021-04-091-6/+6
* Small fix for dl_iterate_phdrptitSeb2021-04-031-1/+1
* Changed LOG Level of dl_iterate_phdr warningptitSeb2021-04-021-1/+1
* Minor change to elfloaderptitSeb2021-04-021-1/+2
* Change Elfloader handling of R_X86_64_GLOB_DAT with R_X86_64_COPY by preapply...ptitSeb2021-04-021-3/+6
* Set stack alignment to be 16bytes minimumptitSeb2021-03-261-1/+1
* Avoid to much much warning mesage when searching for a correct lib binaryptitSeb2021-03-261-1/+6
* Added wrapped libgnutlsptitSeb2021-03-251-1/+0
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-251-1/+2
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-252-8/+10
* More libc wrapped symbolsptitSeb2021-03-251-0/+21
* Improved shutdown sequenceptitSeb2021-03-251-1/+1
* Fixed R_X86_64_64 handling is elfloaderptitSeb2021-03-251-4/+7
* [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