about summary refs log tree commit diff stats
path: root/src/include/wrappedlibs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ptitSeb2024-02-151-1/+1
| | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others)
* Fixed previous wrapped lib refactor when ALTMY macro is usedptitSeb2024-02-101-1/+2
|
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-1/+1
|
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT ↵ptitSeb2022-11-131-1/+1
| | | | relocations
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-2/+2
|
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-3/+1
|
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-2/+2
|
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-2/+1
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-0/+5
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-1/+1
|
* First passrajdakin2021-04-141-2/+1
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+21