about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Added F0 31 opcodeptitSeb2024-02-171-0/+51
* [ARM64_DYNAREC] Added unligned path for F0 01 and F0 39ptitSeb2024-02-171-1/+46
* [RV64_DYNAREC] Fix buildptitSeb2024-02-171-3/+3
* [DYNAREC] Try to fix some issue with x87 stack and skipped code being incoherentptitSeb2024-02-1712-102/+183
* Small optim to speedup mmap64ptitSeb2024-02-171-5/+2
* [ARM64_DYNAREC] Fixed D9 E4 opcodeptitSeb2024-02-171-2/+2
* Removed some debug leftover (at least change from LOG_INFO to LOG_DEBUG)ptitSeb2024-02-171-1/+1
* Better handling of 26/2E/36/3E prefix on F0 prefixed opcode ([ARM64_DYNAREC] ...ptitSeb2024-02-172-1/+6
* Added 67 C6 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-172-0/+33
* [ARM64_DYNAREC] Fixed 8C opcodeptitSeb2024-02-161-1/+3
* Show box64 version inside trace fileptitSeb2024-02-162-1/+2
* [ARM64_DYNAREC][32BITS] Added C4 /m and C5 /m opcodesptitSeb2024-02-161-1/+28
* [ARM64_DYNAREC] Added 0F A0/A1/A8/A9 opcodesptitSeb2024-02-161-1/+23
* [ARM64_DYNAREC] Added better handling for DD C0 D9 F7 sequenceptitSeb2024-02-161-1/+7
* [ELFLOADER] Better handling of STB_GNU_UNIQUE binded symbol (prevent dlclose)ptitSeb2024-02-163-1/+21
* Added a few more function to libicuuc.so.*ptitSeb2024-02-164-0/+12
* Added some more wrapped function to libc, libXt and libX11ptitSeb2024-02-168-9/+122
* Added wrapped libanlptitSeb2024-02-167-0/+58
* [ELFLOADER] Improved inter-library dependancie managmentptitSeb2024-02-163-15/+63
* [ANDROID][TERMUX] Fix buildptitSeb2024-02-151-0/+4
* Fixe builds (non trace and android/termux)ptitSeb2024-02-152-0/+6
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-1527-1102/+981
* [CI] Add Android Tests (#1263)KreitinnSoftware2024-02-141-1/+1
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-119-85/+119
* [ARM64_DYNAREC] Improved FFREE handling (fixing gameplay of Serious Sam 2, pr...ptitSeb2024-02-115-19/+115
* Small fix for FindNearestSymbolNameptitSeb2024-02-111-1/+1
* [ARM64_DYNAREC] Improved FFREE/FXAM opcodes (helps 32bits games like SeriousS...ptitSeb2024-02-113-3/+29
* [INTERPRETER] Improved FXAM handlingptitSeb2024-02-111-1/+1
* more wrapped functions in libxcb-randr and libcap (#1260)Coreforge2024-02-102-8/+8
* Fixed previous wrapped lib refactor when ALTMY macro is usedptitSeb2024-02-101-1/+2
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-102-4/+5
* Wrapped libraries refactor (#1257)rajdakin2024-02-10131-950/+238
* Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-02-102-0/+22
* Increased default size for number of elf in the tls dts zoneptitSeb2024-02-091-3/+5
* Simplified (and improved?) handling of phtread_attr_tptitSeb2024-02-091-67/+86
* [ELFLOADER] Do not memset the remaining of page when mmap'ing, it's already d...ptitSeb2024-02-091-2/+2
* Added some more libc wrapped functionsptitSeb2024-02-091-0/+4
* Added 1 syscallptitSeb2024-02-091-0/+4
* Added some wrapped function to libxml2ptitSeb2024-02-094-4/+13
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-09665-675/+752
* Added some more symbols to wrapped libmptitSeb2024-02-095-21/+86
* Prefer emulated version tbbmalloc.so.2 if presentptitSeb2024-02-091-0/+1
* Hack to add some paramter when launching steam under wine to easy memory and ...ptitSeb2024-02-081-20/+40
* [ARM64_DYNAREC] Added F0 21 opcodeptitSeb2024-02-081-0/+33
* More work on libcurl and friends (and set to used emulated version of curl if...ptitSeb2024-02-088-32/+160
* Added wrapped (empty) libpam.so.0ptitSeb2024-02-077-0/+101
* [ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im...ptitSeb2024-02-073-23/+99
* [DYNAREC] Jumptable now use custom Malloc instead of regular oneptitSeb2024-02-071-18/+18
* [ARM64_DYNAREC] 32bits Shift with 0 amount still wipe upper part of register ...ptitSeb2024-02-071-5/+30
* [DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for exa...ptitSeb2024-02-074-2/+15