| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [BIONIC] Fixed some compilation warnings (#2756) | Yang Liu | 2025-06-18 | 1 | -0/+2 |
| | | |||||
| * | [BOX32][ELFLOADER] Fixed some issue with symbol resolver | ptitSeb | 2024-09-14 | 1 | -0/+1 |
| | | |||||
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> | ||||
| * | [BOX32] Added 32bits elf reloc type rel handling | ptitSeb | 2024-08-17 | 1 | -1/+5 |
| | | |||||
| * | [BOX32] Added 32bits elf header parser and dumper | ptitSeb | 2024-08-17 | 1 | -0/+1 |
| | | |||||
| * | [BOX32] prepare elfheader_t structure for 32bits elfs | ptitSeb | 2024-08-17 | 1 | -18/+36 |
| | | |||||
| * | [BOX32] Start differentiate 64bits from 32bits in elf parser | ptitSeb | 2024-08-16 | 1 | -2/+2 |
| | | |||||
| * | Handle `.relr.dyn` section (#1626) | Yip Coekjan | 2024-07-02 | 1 | -0/+3 |
| | | |||||
| * | [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose) | ptitSeb | 2024-02-16 | 1 | -0/+1 |
| | | |||||
| * | [ANDROID][TERMUX] Fix build | ptitSeb | 2024-02-15 | 1 | -0/+4 |
| | | |||||
| * | Fixe builds (non trace and android/termux) | ptitSeb | 2024-02-15 | 1 | -0/+4 |
| | | |||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 1 | -7/+17 |
| | | | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others) | ||||
| * | Reworked, again, exit process | ptitSeb | 2024-02-06 | 1 | -0/+5 |
| | | |||||
| * | [ELFLOADER] Another attempt at elf allignement fixes | ptitSeb | 2024-01-08 | 1 | -1/+3 |
| | | |||||
| * | [ELFLOADER] More changes to elf memory managment | ptitSeb | 2023-11-04 | 1 | -0/+1 |
| | | |||||
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -5/+16 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Improved handling of malloc_hack_2 | ptitSeb | 2023-07-12 | 1 | -0/+1 |
| | | | |||||
| * | | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805) | ptitSeb | 2023-06-04 | 1 | -0/+1 |
| |/ | |||||
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -0/+3 |
| | | |||||
| * | Now handling the BIND_NOW flags in elf header | ptitSeb | 2023-03-19 | 1 | -0/+1 |
| | | |||||
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -3/+4 |
| | | |||||
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 1 | -4/+0 |
| | | | | | | | * [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) | ||||
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -0/+5 |
| | | |||||
| * | Various changes and improvement centered around steam (but still not good ↵ | ptitSeb | 2022-03-04 | 1 | -1/+0 |
| | | | | | enough) | ||||
| * | Fixed the backtrace wrapper (uses eh_frame information only) | rajdakin | 2022-02-14 | 1 | -0/+5 |
| | | |||||
| * | Improved TLS handling (for #17, but probably help many other programs) | ptitSeb | 2021-07-04 | 1 | -0/+2 |
| | | |||||
| * | Reworked elfloader, handle versionned symbols now | ptitSeb | 2021-05-29 | 1 | -0/+5 |
| | | |||||
| * | First pass | rajdakin | 2021-04-14 | 1 | -20/+20 |
| | | |||||
| * | More work on elfloader and relocation (and tls) | ptitSeb | 2021-03-06 | 1 | -17/+44 |
| | | |||||
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -7/+7 |
| | | |||||
| * | Read elf header of launched executable | ptitSeb | 2021-03-01 | 1 | -0/+109 |