about summary refs log tree commit diff stats
path: root/src/elfs/elfloader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ELFLOADER] Some more fixes to elf memory managerptitSeb2023-11-131-3/+4
* [ELFLOADER] Fixed align issue (may help #1057) (#1058)Yang Liu2023-11-121-2/+2
* [TRACE] Better trace for unknown offset in native elfptitSeb2023-11-071-1/+1
* [ELFLOADER] Use alternate simpler method for memory managment when pagesize i...ptitSeb2023-11-071-26/+36
* [ELFLOADER] Another fix for elfloader memory managment on pagesize not 4K (mi...ptitSeb2023-11-071-1/+21
* [ELFLOADER] Another fix for elfloader memory managment (might help #1051)ptitSeb2023-11-071-8/+6
* Better way to track mapped memoryptitSeb2023-11-051-3/+3
* [ELFLOADER] More changes to elf memory managmentptitSeb2023-11-041-8/+29
* [ELFLOADER] Some more regression fixes on elf memory managment (for #1013)ptitSeb2023-11-031-2/+2
* [ELFLOADER] Fixed loading of elf with huge alignmentptitSeb2023-11-011-9/+20
* [ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb2023-11-011-0/+1
* [ELFLOADER] Small improvment in new elfloader memory managerptitSeb2023-10-311-5/+7
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-204/+109
* Do not try to get nearest function name if pointer is to smallptitSeb2023-10-101-0/+2
* Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff)ptitSeb2023-09-161-10/+9
* [ANDROID] And yet another attempt to fix the build, patience limit almost rea...ptitSeb2023-09-021-0/+4
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+5
* [ELFLOADER] This was missing from previous elfloader workptitSeb2023-08-271-2/+2
* [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like...ptitSeb2023-08-191-11/+31
* Fixed non-dynarec behavior on setjmpptitSeb2023-07-301-2/+4
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-4/+6
* | Improved handling of malloc_hack_2ptitSeb2023-07-121-0/+7
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-3/+3
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-1/+18
* | Fixed an issue with Alternate address and PltResolverptitSeb2023-07-081-0/+1
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-0/+1
* | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)ptitSeb2023-06-041-1/+5
* | Improved handling of x86_64 47bits memory (should help #763)ptitSeb2023-05-051-1/+1
* | Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-031-2/+2
|/
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-0/+1
* [ELF] Fixed a use-after-free issue (#709)Yang Liu2023-04-181-2/+3
* Do not error out for missing weak R_X86_64_64 bindingptitSeb2023-04-161-8/+10
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-161-2/+0
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-101-18/+18
* [ELFLOADER] Optimized RelocateElfRELA for subsequent identical symbolsptitSeb2023-04-101-9/+34
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-101-26/+44
* [DYNAREC] Destroy DynaBlock memory when freeing a libptitSeb2023-04-101-1/+5
* fix some spelling mistakes (#640)josch2023-03-261-27/+27
* Improved elf loading at specific addressesptitSeb2023-03-251-1/+13
* Now handling the BIND_NOW flags in elf headerptitSeb2023-03-191-0/+8
* Tried to optimize TLS fetchingptitSeb2023-03-121-6/+1
* Hide a warning when running java stuffsptitSeb2023-02-191-2/+2
* Imrpoved a bit backtrace againptitSeb2023-02-181-1/+17
* Various minor warning fixesptitSeb2023-02-131-5/+6
* Changes for Alpine (#508)RainbowC02023-02-051-0/+3
* Fixed an issue with TLS Relocation (should fix the regression notified in #360)ptitSeb2023-01-051-1/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-11/+15
* Reworked how /proc/self/maps is tranformedptitSeb2022-12-291-30/+34