about summary refs log tree commit diff stats
path: root/src/elfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some elf loading issues (like Torchlight2)ptitSeb2021-09-231-3/+7
* Fixed a bug with some TLS relocation when symbol is in another elf (helps c++...ptitSeb2021-09-191-3/+3
* Try to use mmap first when loading elf file into memoryptitSeb2021-09-121-6/+10
* Remove useless Error message on data_start not foundptitSeb2021-07-121-2/+2
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-12/+19
* Fixed R_X86_64_TPOFF64 reloc on local elf (should help #31)ptitSeb2021-07-051-4/+4
* Try to speedup a bit FindR64COPYRelptitSeb2021-07-051-8/+10
* Improved TLS handling (for #17, but probably help many other programs)ptitSeb2021-07-042-10/+30
* Fixed a typoptitSeb2021-07-021-2/+2
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-0/+2
* More improvments to elfloaderptitSeb2021-06-231-8/+25
* Added some speicifc workaround for libcef (staticaly linked with tcmalloc)ptitSeb2021-06-151-2/+34
* Rephrased a commentptitSeb2021-06-031-1/+1
* Improved elfloader with COPY and GLOBAL reloc with versionptitSeb2021-06-031-5/+6
* Added fallback to no version in PltResolver for ver=0 symbol not foundptitSeb2021-06-021-0/+2
* Added some support for R_X86_64_TLSDESC relocationptitSeb2021-05-301-2/+29
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-294-133/+296
* Splited Elf Dump from LOG handlingptitSeb2021-05-283-91/+91
* Small hack on elfloader (for Torchlight2 and Unity3D and Dosbox)ptitSeb2021-05-161-8/+12
* Improvments to ElfLoader Reloc handling and Reload of memoryptitSeb2021-04-191-11/+19
* Improved elfloaderptitSeb2021-04-141-23/+25
* Fixed dynarec buildsptitSeb2021-04-141-1/+1
* Oops-esrajdakin2021-04-141-6/+8
* Second passrajdakin2021-04-141-0/+1
* First passrajdakin2021-04-144-136/+121
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-1/+1
* Fixed the libraries free orderingrajdakin2021-04-091-4/+4
* Changed missed unwanted "box86"rajdakin2021-04-091-6/+6
* Small fix for dl_iterate_phdrptitSeb2021-04-031-1/+1
* Changed LOG Level of dl_iterate_phdr warningptitSeb2021-04-021-1/+1
* Minor change to elfloaderptitSeb2021-04-021-1/+2
* Change Elfloader handling of R_X86_64_GLOB_DAT with R_X86_64_COPY by preapply...ptitSeb2021-04-021-3/+6
* Set stack alignment to be 16bytes minimumptitSeb2021-03-261-1/+1
* Avoid to much much warning mesage when searching for a correct lib binaryptitSeb2021-03-261-1/+6
* Added wrapped libgnutlsptitSeb2021-03-251-1/+0
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-251-1/+2
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-252-8/+10
* More libc wrapped symbolsptitSeb2021-03-251-0/+21
* Improved shutdown sequenceptitSeb2021-03-251-1/+1
* Fixed R_X86_64_64 handling is elfloaderptitSeb2021-03-251-4/+7
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+4
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-1/+1
* Fixed typo in an error messageptitSeb2021-03-091-1/+1
* Added special case for stdin/stdout/stderr in elfloader R_X86_64_COPY handlingptitSeb2021-03-081-1/+9
* Small adjustment for __pthread_unwind_next (but still crashing on aarch64)ptitSeb2021-03-071-0/+1
* More work on elfloader reloc and addend handlingptitSeb2021-03-061-6/+6
* More work on elfloader and relocation (and tls)ptitSeb2021-03-063-21/+148
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-1/+1
* Added calloc and free wrapped functionsptitSeb2021-03-051-1/+1
* Fixed PltResolver slot handlingptitSeb2021-03-051-2/+4