about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibdl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-27/+27
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-33/+33
* Small change in one of dlsym_error logptitSeb2022-07-101-1/+1
* Changed various log level for libdl file open errorptitSeb2022-07-091-119/+40
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-2/+6
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-23/+35
* More work on readlinkat and clone syscallptitSeb2022-03-011-2/+21
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-1/+1
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-1/+2
* Added handling of flag 0x4 for wrapped dlopenptitSeb2021-07-091-3/+15
* More improvments to elfloaderptitSeb2021-06-231-0/+2
* Improved dlsym a bitptitSeb2021-06-151-29/+17
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-21/+123
* First passrajdakin2021-04-141-3/+9
* Fixed the libraries free orderingrajdakin2021-04-091-2/+2
* Fixed a few wrapped functionsptitSeb2021-03-081-1/+1
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+415