| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [ANDROID] And yet another attempt to fix the build, patience limit almost ↵ | ptitSeb | 2023-09-02 | 1 | -0/+4 | |
| | | | | | reached | |||||
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -0/+5 | |
| | | ||||||
| * | [ELFLOADER] This was missing from previous elfloader work | ptitSeb | 2023-08-27 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed detection and loading of program linked with glibc 2.34+ | ptitSeb | 2023-08-26 | 1 | -1/+16 | |
| | | ||||||
| * | [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, ↵ | ptitSeb | 2023-08-19 | 1 | -11/+31 | |
| | | | | | like Canabalt) | |||||
| * | Fixed non-dynarec behavior on setjmp | ptitSeb | 2023-07-30 | 1 | -2/+4 | |
| | | ||||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 4 | -0/+0 | |
| |\ | | | | | remove executable bits | |||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 4 | -0/+0 | |
| | | | | | | | | | Closes: #895 | |||||
| * | | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ↵ | ptitSeb | 2023-07-15 | 1 | -4/+6 | |
| | | | | | | | | | c++ program compatibility | |||||
| * | | Improved handling of malloc_hack_2 | ptitSeb | 2023-07-12 | 2 | -0/+8 | |
| | | | ||||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -3/+3 | |
| | | | ||||||
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ | ptitSeb | 2023-07-09 | 2 | -13/+58 | |
| | | | | | | | | | loading it wants (helps Linux games on Steam) | |||||
| * | | Fixed an issue with Alternate address and PltResolver | ptitSeb | 2023-07-08 | 1 | -0/+1 | |
| | | | ||||||
| * | | A few Push/Pop fixes and cleanups (#878) | Alexandre Julliard | 2023-07-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | * Use 32-bit push/pop for PUSHAD/POPAD. * Always specify the Push/Pop size explicitly. * Make the Push/Pop functions inline. | |||||
| * | | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805) | ptitSeb | 2023-06-04 | 2 | -1/+6 | |
| | | | ||||||
| * | | Improved handling of x86_64 47bits memory (should help #763) | ptitSeb | 2023-05-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Improved mallock_hack_2, trying to reduce potential memory leaks | ptitSeb | 2023-05-03 | 1 | -2/+2 | |
| |/ | ||||||
| * | Some fixes to ehframe stack unwinding | ptitSeb | 2023-04-26 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed and improved __cxa_atexit handling | ptitSeb | 2023-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | [ELF] Fixed a use-after-free issue (#709) | Yang Liu | 2023-04-18 | 1 | -2/+3 | |
| | | ||||||
| * | Do not error out for missing weak R_X86_64_64 binding | ptitSeb | 2023-04-16 | 1 | -8/+10 | |
| | | ||||||
| * | Another fix for dlopen/dlclose sequence (should be ok now, at last) | ptitSeb | 2023-04-16 | 1 | -2/+0 | |
| | | ||||||
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of ↵ | ptitSeb | 2023-04-10 | 1 | -18/+18 | |
| | | | | | libs too) | |||||
| * | [ELFLOADER] Optimized RelocateElfRELA for subsequent identical symbols | ptitSeb | 2023-04-10 | 1 | -9/+34 | |
| | | ||||||
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 2 | -26/+47 | |
| | | ||||||
| * | [DYNAREC] Destroy DynaBlock memory when freeing a lib | ptitSeb | 2023-04-10 | 1 | -1/+5 | |
| | | ||||||
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 2 | -28/+28 | |
| | | ||||||
| * | Improved elf loading at specific addresses | ptitSeb | 2023-03-25 | 1 | -1/+13 | |
| | | ||||||
| * | Now handling the BIND_NOW flags in elf header | ptitSeb | 2023-03-19 | 3 | -0/+13 | |
| | | ||||||
| * | Tried to optimize TLS fetching | ptitSeb | 2023-03-12 | 1 | -6/+1 | |
| | | ||||||
| * | Hide a warning when running java stuffs | ptitSeb | 2023-02-19 | 1 | -2/+2 | |
| | | ||||||
| * | Imrpoved a bit backtrace again | ptitSeb | 2023-02-18 | 1 | -1/+17 | |
| | | ||||||
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -5/+6 | |
| | | ||||||
| * | Changes for Alpine (#508) | RainbowC0 | 2023-02-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | * Update CMakeLists.txt Replaced bash with sh so that it can be compiled on Alpine * Update elfloader.c * Update threads.c Replaced __clock_id with clock_id to adapted to Alpine. | |||||
| * | Fixed an issue with TLS Relocation (should fix the regression notified in #360) | ptitSeb | 2023-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 2 | -14/+19 | |
| | | ||||||
| * | Reworked how /proc/self/maps is tranformed | ptitSeb | 2022-12-29 | 1 | -30/+34 | |
| | | ||||||
| * | Try to improve some TLS Relocation | ptitSeb | 2022-12-29 | 1 | -8/+22 | |
| | | ||||||
| * | Check if symbol comes from a Lib already init'd, and init it if not | ptitSeb | 2022-12-17 | 1 | -26/+16 | |
| | | ||||||
| * | Some small fixes for pagesize != 4096 | ptitSeb | 2022-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | Don't init main elf in PltReleader | ptitSeb | 2022-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Improved RunElfInitPltResolver function | ptitSeb | 2022-12-04 | 1 | -2/+6 | |
| | | ||||||
| * | Check if Symbol Elf is inited in PltResolver (helps #422 and #360) | ptitSeb | 2022-12-04 | 1 | -7/+55 | |
| | | ||||||
| * | Cosmetic change on my_dl_iterate_phdr callback | ptitSeb | 2022-11-13 | 1 | -8/+8 | |
| | | ||||||
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT ↵ | ptitSeb | 2022-11-13 | 1 | -10/+12 | |
| | | | | | relocations | |||||
| * | Detect when program is linked with glibc 2.34+ to workaround the default ↵ | ptitSeb | 2022-11-01 | 1 | -0/+28 | |
| | | | | | libc libs to load | |||||
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 2 | -6/+2 | |
| | | | | | | | * [DYNAREC] Removed dynablock sons handling * [DYNAREC] Removed dynablocklist, and attached dynablocks to the jumptable * [DYNAREC] Changed handling of HotPage (part of Protection now) * [DYNAREC] Fixed some performance issues (especially with heavily threaded programs) | |||||
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -35/+9 | |
| | | | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy | |||||
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 2 | -6/+47 | |
| | | ||||||
| * | Add SW64 base support (#382) | wannacu | 2022-08-11 | 1 | -1/+1 | |
| | | | | | | * Add SW64 base support * Add a few syscalls | |||||