about summary refs log tree commit diff stats
path: root/src/include/library.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ptitSeb2024-02-151-3/+3
| | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others)
* 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 bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ptitSeb2023-07-091-1/+1
|/ | | | loading it wants (helps Linux games on Steam)
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-0/+1
|
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵ptitSeb2023-04-101-4/+2
| | | | libs too)
* [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 ↵ptitSeb2023-01-281-1/+1
| | | | pokewilds too)
* 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 ↵ptitSeb2022-11-131-3/+3
| | | | relocations
* 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