about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC][INTERP] Added a few multibyte nops (#3046)Yang Liu2025-10-109-0/+45
* [BOX32][WRAPPER] Added a missing 32bits function to libcptitSeb2025-10-092-1/+2
* [BOX32][WRAPPER] Improved glob(64) supportptitSeb2025-10-092-8/+68
* [BOX32][WRAPPER] Fixed a regression with FT_Done_Face just introduced earlierptitSeb2025-10-081-3/+3
* [BOX32][WRAPPER] Added some more 32bits wrapped functions to libfreetypeptitSeb2025-10-086-4/+55
* [BOX32][WRAPPER] Added 1 more wrapped function to libdbusptitSeb2025-10-084-3/+5
* [BOX32][WRAPPER] Added 1 more wrapped function to libmptitSeb2025-10-081-1/+1
* [BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb2025-10-083-10/+26
* [BOX32][WRAPPER] more 32bits wrapped function to libxrandrptitSeb2025-10-0810-2/+112
* [BOX32][WRAPPER] Added 2 more 32bits functions to libfontconfigptitSeb2025-10-084-2/+24
* [BOX32][WRAPPER] Added some more libfreetype wrapped functionsptitSeb2025-10-086-9/+241
* [BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmountptitSeb2025-10-084-1/+42
* [BOX32][WRAPPER] Added some more libc 32bits wrapped functionsptitSeb2025-10-086-4/+124
* [BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programsptitSeb2025-10-081-0/+2
* [ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVDptitSeb2025-10-071-6/+2
* Fixed mmap tracking with MAP_NORESERVE flag on Android (#3044)BrunoSX2025-10-061-0/+4
* [DYNAREC] Optimized scalar AES impl in DynaRec (#3041)xctan2025-10-052-20/+180
* [BOX32][DYNAREC] Small fix on 32bits SIGILL handlingptitSeb2025-10-031-0/+1
* [DYNAREC] Small fix on SIGILL handlingptitSeb2025-10-031-2/+2
* [DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detectionptitSeb2025-10-033-3/+6
* Made SIGILL traced behind BOX64_SHOWSEGV=1, like SIGSEGVptitSeb2025-10-031-1/+1
* [DYNAREC] Fixe a speed regression introduced with 3fe020572dfc0636ab82bae962c...ptitSeb2025-10-034-10/+5
* [INTERP] Fixed regression introduced with latest change on IRET opcodeptitSeb2025-10-021-1/+2
* [ARM64_DYNAREC] Small improvment on some invalid opcode handlingptitSeb2025-10-012-2/+38
* [INTERP] Don't print unsupported opcode on known invalid opcodesptitSeb2025-10-011-22/+63
* [TRACE] Added tooling to check if x86/x64 opcode is validptitSeb2025-10-013-1/+26
* [TRACE] Allow both v3 and v4 of libZydis to be on the systemptitSeb2025-10-011-1/+7
* [TRACE] Small improvment in x64 decoder trace when decoder failsptitSeb2025-09-301-4/+12
* [INTERP] Fixed a regression with previous commitptitSeb2025-09-291-2/+4
* [INTERP] Better handling of boggus selector for IRET & JMP FARptitSeb2025-09-291-7/+53
* [ARM64_DYNAREC] Improved IRET handling of boggus parametersptitSeb2025-09-296-19/+45
* Improved TF handlingptitSeb2025-09-293-35/+25
* [RV64_DYNAREC] Added more scalar avx opcodes (#3037)Yang Liu2025-09-293-3/+419
* [WRAPPER] Wrapped a few more crypto3 symbols (#3034)Yang Liu2025-09-274-1/+42
* [RV64_DYNAREC] Fixed a scratch register confliction (#3033)Yang Liu2025-09-271-1/+1
* [ARM64_DYNAREC] Added more variant of INS/OUT opcodesptitSeb2025-09-242-1/+77
* [INTERP] Added more variant of INS/OUT opcodesptitSeb2025-09-241-0/+37
* [ARM64_DYNAREC] Fixed flags for 8bits imulptitSeb2025-09-241-2/+3
* RV64_DYNAREC] Added more avx scalar opcodes (#3029)Yang Liu2025-09-223-2/+58
* [RV64_DYNAREC] Added more avx scalar opcodes (#3028)Yang Liu2025-09-221-0/+93
* [LA64_DYNAREC] Refactor register mapping (#2940)Leslie Zhai2025-09-1917-249/+318
* [LA64] Do not expose AVX by default for now, there are still some issue to fi...ptitSeb2025-09-171-1/+1
* [ARM64_DYNAREC] Temporarily disable Atomic path for F0 0F B1, as it avoid som...ptitSeb2025-09-171-2/+5
* [LA64_DYNAREC] Fixed AVX 0F 17 VMOVHPS opcode (#3025)Yang Liu2025-09-171-1/+1
* [ARM64_DYNAREC] Fixed non-Atomic path for F0 0F C0 opcodeptitSeb2025-09-171-4/+4
* [LA64_DYNAREC] Fixed AVX 66 0F 67 PACKUSWB opcode (#3024)Yang Liu2025-09-171-1/+1
* [LA64_DYNAREC] Fixed avx infra (#3023)Yang Liu2025-09-171-2/+2
* [DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodesptitSeb2025-09-1613-172/+6
* [ARM64_DYNAREC] Allow use of Native flags when using UFLAG_IF macro helperptitSeb2025-09-152-0/+6
* [BOX32][TRACE] Fixed chdir tracing (#3021)Yang Liu2025-09-151-1/+1