about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibdl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various changes and improvement centered around steam (but still not good ↵ptitSeb2022-03-041-23/+35
| | | | enough)
* More work on readlinkat and clone syscallptitSeb2022-03-011-2/+21
|
* [DYNAREC] Improved JIT handling, and added a HotPage detection to ↵ptitSeb2021-11-181-1/+1
| | | | temporarily disable Dynarec when write occurs on the same page of some Dynablocks (help speedup some C#/Unity3D programs)
* 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