about summary refs log tree commit diff stats
path: root/src/include/elfloader.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some spelling mistakes (#640)josch2023-03-261-4/+4
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-1/+1
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-011-0/+1
* Remove dynablocklist (#438)ptitSeb2022-10-311-3/+2
* Malloc override (#437)ptitSeb2022-10-291-0/+1
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-0/+4
* Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...ptitSeb2022-06-061-0/+1
* Added some failsafe on unwindptitSeb2022-06-051-1/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-0/+2
* More work on readlinkat and clone syscallptitSeb2022-03-011-0/+2
* Added a Workaround when dlsym a native (versionned) symbol without default ve...ptitSeb2022-01-051-0/+2
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-3/+3
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-0/+5
* First passrajdakin2021-04-141-3/+2
* Fixed the libraries free orderingrajdakin2021-04-091-2/+2
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-251-1/+1
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-35/+35
* More elf loader and parsing and stack preparingptitSeb2021-03-021-2/+2
* Detecting tcmalloc nowptitSeb2021-03-021-1/+1
* Load elf in memoryptitSeb2021-03-011-2/+2
* Read elf header of launched executableptitSeb2021-03-011-0/+59