about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibdl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed dlsym_error logs prefix (#2383)Yang Liu2025-02-181-4/+4
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-2/+2
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-151-2/+2
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-4/+4
* [WRAPPER] Another improved dlsym wrapped function, hopefully fixing regressio...ptitSeb2024-12-061-1/+2
* Improved dlsym wrapped function, will find more symbols from emulated libsptitSeb2024-12-031-2/+9
* [WRAPPER] Fixed wrapped dlerror behaviourptitSeb2024-11-291-3/+11
* [WRAPPER] merged android naming so no more ifdef is neededptitSeb2024-11-041-5/+2
* [BOX32] Fixed dlvsym for RTLD_NEXT, like dlsymptitSeb2024-10-131-1/+10
* [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits callptitSeb2024-10-101-1/+8
* [BOX32] Fixed 32bits dlsym on RTLD_NEXT not workingptitSeb2024-10-101-0/+2
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+46
* Fixed a few warning here and there...ptitSeb2024-04-131-3/+1
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-091-1/+1
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-0/+4
* [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose)ptitSeb2024-02-161-1/+5
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-30/+17
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-17/+21
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-1/+34
* Fixes (#1207)rajdakin2024-01-181-1/+1
* [TRACE] Better trace for wrapped dladdr1 callsptitSeb2024-01-121-1/+1
* [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware2023-10-011-1/+5
* Use libdl whenever libc is used (for #984)ptitSeb2023-09-281-3/+0
* Small changes to wrapped libdl on last_error handlingptitSeb2023-09-161-19/+19
* [ANDROID] And yet again another build fix, some many missing declaration comp...ptitSeb2023-09-021-0/+9
* 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
* | made my_dlsym protected by static mutex (help #829)ptitSeb2023-06-101-1/+14
* | Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-281-0/+2
|/
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb2023-04-261-1/+13
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-7/+5
* Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ...ptitSeb2023-04-221-0/+1
* inc ref count for dlopen with RTL_NOLOADptitSeb2023-04-221-3/+2
* Improved/fixed handling of dlopen with RTLD_NOLOAD flagptitSeb2023-04-161-3/+25
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-151-37/+58
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...ptitSeb2023-04-121-8/+1
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-1/+3
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-18/+30
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* Added preliminary support for d3dadapter9, but need more work on calling conv...ptitSeb2023-02-121-0/+5
* dlopen with RTLD_NOLOAD flags should inc refcount if lib is presentptitSeb2023-01-291-2/+0
* Fixed another regression from last lib init/fini refactor (fixed SiliconZero ...ptitSeb2023-01-281-7/+5
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-1/+0
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-11/+15
* Added empty wrapped _dl_find_object function (for #487, probably other too, b...ptitSeb2022-12-311-0/+15
* dlopen will not return value less than 3 (fixed deadcells)ptitSeb2022-11-281-2/+7
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-131-4/+4
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-011-1/+1
* Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb2022-10-271-2/+1