about summary refs log tree commit diff stats
path: root/src/include/debug.h (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-12[RV64_DYNAREC] Fixed some 16bit BT/BTS/BTR/BTC opcodes (#3062)Yang Liu1-47/+135
2025-10-12[DYNACACHE] Allow Dynacache to be serialized when _exit is usedptitSeb4-2/+16
2025-10-12[ARM64_DYNAREC] Fixed a typo in iret_to_epilog (#3059)Yang Liu1-1/+1
2025-10-12[INTERP] Fixed GetECommon_16 truncation (#3058)Yang Liu1-1/+1
2025-10-11[DYNAREC] Fixed negative issues with 0F/F0 A3/AB/B3/BB opcodes (#3057)Yang Liu3-10/+40
2025-10-11[RV64_DYNAREC] Fixed some missing sse_forget_reg for implicit xmm0 (#3056)Yang Liu1-0/+4
2025-10-11[INTERP] Fixed a typo in 0F C7 /1 CMPXCHG16B opcode (#3055)Yang Liu1-2/+2
2025-10-11[INTERP] Fixed a typo in AVX 0F 38 F5 BZHI opcode (#3054)Yang Liu1-1/+1
2025-10-11[RV64_DYNAREC] Fixed a typo in 16bit ROR/ROL opcodes (#3053)Yang Liu1-5/+4
2025-10-10[DYNAREC] Fixed some oversized memory load (#3051)Yang Liu7-14/+48
2025-10-10[INTERP] Fixed 66 E8/E9/EA opcodes in 32bits modeptitSeb1-3/+3
2025-10-10[ARM64_DYNAREC] Changed BSF/BSR to not changed Ed if Gd==0 (seems current cpu...ptitSeb1-4/+0
2025-10-10[DYNAREC] Fixed 66 8D opcode and also a regression introduced in last commit ...Yang Liu4-10/+8
2025-10-10[DYNAREC][INTERP] Fixed an edge case of CMPXHG (#3049)Yang Liu5-26/+43
2025-10-10[WRAPPER] Fixed one wrapped function signature (for #3048)ptitSeb1-1/+1
2025-10-10[ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression introduc...ptitSeb1-0/+1
2025-10-10[DYNAREC] Fixed a special case of SHLD/SHRD opcodes (#3047)Yang Liu6-9/+24
2025-10-10[DYNAREC][INTERP] Added a few multibyte nops (#3046)Yang Liu9-0/+45
2025-10-09[BOX32][WRAPPER] Added a missing 32bits function to libcptitSeb2-1/+2
2025-10-09[BOX32][WRAPPER] Improved glob(64) supportptitSeb2-8/+68
2025-10-08[BOX32][WRAPPER] Fixed a regression with FT_Done_Face just introduced earlierptitSeb1-3/+3
2025-10-08[BOX32][WRAPPER] Added some more 32bits wrapped functions to libfreetypeptitSeb6-4/+55
2025-10-08[BOX32][WRAPPER] Added 1 more wrapped function to libdbusptitSeb4-3/+5
2025-10-08[BOX32][WRAPPER] Added 1 more wrapped function to libmptitSeb1-1/+1
2025-10-08[BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb3-10/+26
2025-10-08[BOX32][WRAPPER] more 32bits wrapped function to libxrandrptitSeb10-2/+112
2025-10-08[BOX32][WRAPPER] Added 2 more 32bits functions to libfontconfigptitSeb4-2/+24
2025-10-08[BOX32][WRAPPER] Added some more libfreetype wrapped functionsptitSeb6-9/+241
2025-10-08[BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmountptitSeb4-1/+42
2025-10-08[BOX32][WRAPPER] Added some more libc 32bits wrapped functionsptitSeb6-4/+124
2025-10-08[BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programsptitSeb1-0/+2
2025-10-07[ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVDptitSeb1-6/+2
2025-10-06Fixed mmap tracking with MAP_NORESERVE flag on Android (#3044)BrunoSX1-0/+4
2025-10-06[Docs] Add glibc capability warning and fix typo (#3043)Chi-Kuan Chiu1-1/+4
2025-10-05[DYNAREC] Optimized scalar AES impl in DynaRec (#3041)xctan3-22/+182
2025-10-03[BOX32][DYNAREC] Small fix on 32bits SIGILL handlingptitSeb1-0/+1
2025-10-03[DYNAREC] Small fix on SIGILL handlingptitSeb1-2/+2
2025-10-03[DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detectionptitSeb6-3/+39
2025-10-03Made SIGILL traced behind BOX64_SHOWSEGV=1, like SIGSEGVptitSeb1-1/+1
2025-10-03[DYNAREC] Fixe a speed regression introduced with 3fe020572dfc0636ab82bae962c...ptitSeb5-11/+6
2025-10-02[INTERP] Fixed regression introduced with latest change on IRET opcodeptitSeb1-1/+2
2025-10-01[ARM64_DYNAREC] Small improvment on some invalid opcode handlingptitSeb2-2/+38
2025-10-01[INTERP] Don't print unsupported opcode on known invalid opcodesptitSeb1-22/+63
2025-10-01[TRACE] Added tooling to check if x86/x64 opcode is validptitSeb3-1/+26
2025-10-01[TRACE] Allow both v3 and v4 of libZydis to be on the systemptitSeb1-1/+7
2025-09-30[TRACE] Small improvment in x64 decoder trace when decoder failsptitSeb1-4/+12
2025-09-29[INTERP] Fixed a regression with previous commitptitSeb1-2/+4
2025-09-29[INTERP] Better handling of boggus selector for IRET & JMP FARptitSeb1-7/+53
2025-09-29[ARM64_DYNAREC] Improved IRET handling of boggus parametersptitSeb6-19/+45
2025-09-29Improved TF handlingptitSeb3-35/+25