about summary refs log tree commit diff stats
path: root/src/include/library.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-3/+3
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-1/+2
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-1/+1
|/
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-0/+1
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-4/+2
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-3/+3
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-4/+0
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-1/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-2/+4
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-3/+3
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-6/+8
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-0/+4
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-1/+1
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-3/+4
* Changed missed unwanted "box86"rajdakin2021-04-091-2/+2
* Improved shutdown sequenceptitSeb2021-03-251-1/+1
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+36