about summary refs log tree commit diff stats
path: root/src/elfs/elfloader_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb2024-09-141-0/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+5
* [BOX32] Added 32bits elf reloc type rel handlingptitSeb2024-08-171-1/+5
* [BOX32] Added 32bits elf header parser and dumperptitSeb2024-08-171-0/+1
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-18/+36
* [BOX32] Start differentiate 64bits from 32bits in elf parserptitSeb2024-08-161-2/+2
* Handle `.relr.dyn` section (#1626)Yip Coekjan2024-07-021-0/+3
* [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose)ptitSeb2024-02-161-0/+1
* [ANDROID][TERMUX] Fix buildptitSeb2024-02-151-0/+4
* Fixe builds (non trace and android/termux)ptitSeb2024-02-151-0/+4
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-7/+17
* Reworked, again, exit processptitSeb2024-02-061-0/+5
* [ELFLOADER] Another attempt at elf allignement fixesptitSeb2024-01-081-1/+3
* [ELFLOADER] More changes to elf memory managmentptitSeb2023-11-041-0/+1
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-5/+16
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Improved handling of malloc_hack_2ptitSeb2023-07-121-0/+1
* | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)ptitSeb2023-06-041-0/+1
|/
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-0/+3
* Now handling the BIND_NOW flags in elf headerptitSeb2023-03-191-0/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-3/+4
* Remove dynablocklist (#438)ptitSeb2022-10-311-4/+0
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-0/+5
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-1/+0
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+5
* Improved TLS handling (for #17, but probably help many other programs)ptitSeb2021-07-041-0/+2
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-0/+5
* First passrajdakin2021-04-141-20/+20
* More work on elfloader and relocation (and tls)ptitSeb2021-03-061-17/+44
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-7/+7
* Read elf header of launched executableptitSeb2021-03-011-0/+109