| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 3 | -0/+86 |
| * | This should improve stability when unloading libs | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| * | [ELFLOADER] Improved inter-library dependancie managment | ptitSeb | 2024-02-16 | 1 | -5/+28 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 6 | -419/+235 |
| * | Added support for RTLD_DEEPBIND flag on dlopen | ptitSeb | 2024-02-11 | 3 | -32/+41 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 2 | -19/+89 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 2 | -3/+3 |
| * | [ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocations | ptitSeb | 2024-01-15 | 1 | -2/+2 |
| * | Added libutil and libresolv to the list of essential libs (not affected by BO... | ptitSeb | 2024-01-07 | 1 | -1/+1 |
| * | Rollback commit 9201559 as it breaks some programs using getopts (should help... | ptitSeb | 2024-01-06 | 1 | -2/+2 |
| * | More work on xcb wrapping, as xcb_connection_t needs alignment | ptitSeb | 2023-12-26 | 1 | -1/+1 |
| * | Removed a bridge field from librarian, it's not used anymore | ptitSeb | 2023-12-21 | 2 | -6/+0 |
| * | [ELFLOADER] Some fixes to localy openned libs when symbols might collide with... | ptitSeb | 2023-11-28 | 1 | -28/+30 |
| * | [ANDROID] Fix Compiling (#1091) | Lily | 2023-11-27 | 1 | -0/+5 |
| * | Small improvment in global hacking | ptitSeb | 2023-11-12 | 1 | -2/+2 |
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -57/+3 |
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -0/+4 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -0/+2 |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 2 | -48/+98 |
| * | Cached Emulated symboled are fetched faster now | ptitSeb | 2023-08-20 | 1 | -23/+23 |
| * | Refactored how wrapped symbols are fetch and stored | ptitSeb | 2023-08-20 | 2 | -88/+123 |
| * | [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like... | ptitSeb | 2023-08-19 | 1 | -5/+89 |
| * | [TRACE] Fixed crash when tracing a function that is not defined in main at be... | ptitSeb | 2023-07-22 | 1 | -0/+5 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 6 | -0/+0 |
| |\ |
|
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 6 | -0/+0 |
| * | | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ... | ptitSeb | 2023-07-15 | 1 | -0/+4 |
| * | | Added more path option when searching for x86_64 libraries | ptitSeb | 2023-07-12 | 1 | -0/+7 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 2 | -16/+24 |
| * | | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805) | ptitSeb | 2023-06-04 | 1 | -0/+5 |
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con... | ptitSeb | 2023-05-31 | 1 | -0/+5 |
| * | | Don't Inc/Dec library refcount recursively (helps #240 but it's not enough) | ptitSeb | 2023-05-10 | 1 | -8/+8 |
| * | | Improved mallock_hack_2, trying to reduce potential memory leaks | ptitSeb | 2023-05-03 | 1 | -0/+13 |
| * | | Fix for local library open using dlopen that are then promoted to global with... | ptitSeb | 2023-04-28 | 1 | -7/+22 |
| |/ |
|
| * | Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ... | ptitSeb | 2023-04-26 | 2 | -1/+12 |
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 2 | -14/+33 |
| * | Fixed and improved __cxa_atexit handling | ptitSeb | 2023-04-22 | 1 | -2/+2 |
| * | Fixed issue with program using getopts | ptitSeb | 2023-04-17 | 1 | -35/+43 |
| * | Fixed segfault at exit of apps | ptitSeb | 2023-04-16 | 1 | -46/+49 |
| * | Another fix for dlopen/dlclose sequence (should be ok now, at last) | ptitSeb | 2023-04-16 | 1 | -3/+6 |
| * | More fixes for dlclose/dlopen sequences | ptitSeb | 2023-04-15 | 2 | -1/+13 |
| * | Improve loading/unloading of libs, and fixed a regression when dlopen a lib a... | ptitSeb | 2023-04-12 | 1 | -9/+37 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 3 | -53/+112 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 3 | -61/+77 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 2 | -13/+13 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+4 |
| * | Fixed an issue with Emulated lib refcount | ptitSeb | 2023-02-16 | 1 | -3/+4 |
| * | Fixed a nasty typo in free_neededlibs | ptitSeb | 2023-02-12 | 1 | -1/+1 |
| * | Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil... | ptitSeb | 2023-01-28 | 2 | -8/+12 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 3 | -165/+138 |
| * | Removed defaultsymbol cache, it breaks some stuffs | ptitSeb | 2022-12-29 | 1 | -9/+2 |