index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-10-12
[RV64_DYNAREC] Fixed some 16bit BT/BTS/BTR/BTC opcodes (#3062)
Yang Liu
1
-47
/
+135
2025-10-12
[DYNACACHE] Allow Dynacache to be serialized when _exit is used
ptitSeb
4
-2
/
+16
2025-10-12
[ARM64_DYNAREC] Fixed a typo in iret_to_epilog (#3059)
Yang Liu
1
-1
/
+1
2025-10-12
[INTERP] Fixed GetECommon_16 truncation (#3058)
Yang Liu
1
-1
/
+1
2025-10-11
[DYNAREC] Fixed negative issues with 0F/F0 A3/AB/B3/BB opcodes (#3057)
Yang Liu
3
-10
/
+40
2025-10-11
[RV64_DYNAREC] Fixed some missing sse_forget_reg for implicit xmm0 (#3056)
Yang Liu
1
-0
/
+4
2025-10-11
[INTERP] Fixed a typo in 0F C7 /1 CMPXCHG16B opcode (#3055)
Yang Liu
1
-2
/
+2
2025-10-11
[INTERP] Fixed a typo in AVX 0F 38 F5 BZHI opcode (#3054)
Yang Liu
1
-1
/
+1
2025-10-11
[RV64_DYNAREC] Fixed a typo in 16bit ROR/ROL opcodes (#3053)
Yang Liu
1
-5
/
+4
2025-10-10
[DYNAREC] Fixed some oversized memory load (#3051)
Yang Liu
7
-14
/
+48
2025-10-10
[INTERP] Fixed 66 E8/E9/EA opcodes in 32bits mode
ptitSeb
1
-3
/
+3
2025-10-10
[ARM64_DYNAREC] Changed BSF/BSR to not changed Ed if Gd==0 (seems current cpu...
ptitSeb
1
-4
/
+0
2025-10-10
[DYNAREC] Fixed 66 8D opcode and also a regression introduced in last commit ...
Yang Liu
4
-10
/
+8
2025-10-10
[DYNAREC][INTERP] Fixed an edge case of CMPXHG (#3049)
Yang Liu
5
-26
/
+43
2025-10-10
[WRAPPER] Fixed one wrapped function signature (for #3048)
ptitSeb
1
-1
/
+1
2025-10-10
[ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression introduc...
ptitSeb
1
-0
/
+1
2025-10-10
[DYNAREC] Fixed a special case of SHLD/SHRD opcodes (#3047)
Yang Liu
6
-9
/
+24
2025-10-10
[DYNAREC][INTERP] Added a few multibyte nops (#3046)
Yang Liu
9
-0
/
+45
2025-10-09
[BOX32][WRAPPER] Added a missing 32bits function to libc
ptitSeb
2
-1
/
+2
2025-10-09
[BOX32][WRAPPER] Improved glob(64) support
ptitSeb
2
-8
/
+68
2025-10-08
[BOX32][WRAPPER] Fixed a regression with FT_Done_Face just introduced earlier
ptitSeb
1
-3
/
+3
2025-10-08
[BOX32][WRAPPER] Added some more 32bits wrapped functions to libfreetype
ptitSeb
6
-4
/
+55
2025-10-08
[BOX32][WRAPPER] Added 1 more wrapped function to libdbus
ptitSeb
4
-3
/
+5
2025-10-08
[BOX32][WRAPPER] Added 1 more wrapped function to libm
ptitSeb
1
-1
/
+1
2025-10-08
[BOX32][WRAPPER] Added a few more libc 32bits wrapped functions
ptitSeb
3
-10
/
+26
2025-10-08
[BOX32][WRAPPER] more 32bits wrapped function to libxrandr
ptitSeb
10
-2
/
+112
2025-10-08
[BOX32][WRAPPER] Added 2 more 32bits functions to libfontconfig
ptitSeb
4
-2
/
+24
2025-10-08
[BOX32][WRAPPER] Added some more libfreetype wrapped functions
ptitSeb
6
-9
/
+241
2025-10-08
[BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmount
ptitSeb
4
-1
/
+42
2025-10-08
[BOX32][WRAPPER] Added some more libc 32bits wrapped functions
ptitSeb
6
-4
/
+124
2025-10-08
[BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programs
ptitSeb
1
-0
/
+2
2025-10-07
[ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVD
ptitSeb
1
-6
/
+2
2025-10-06
Fixed mmap tracking with MAP_NORESERVE flag on Android (#3044)
BrunoSX
1
-0
/
+4
2025-10-06
[Docs] Add glibc capability warning and fix typo (#3043)
Chi-Kuan Chiu
1
-1
/
+4
2025-10-05
[DYNAREC] Optimized scalar AES impl in DynaRec (#3041)
xctan
3
-22
/
+182
2025-10-03
[BOX32][DYNAREC] Small fix on 32bits SIGILL handling
ptitSeb
1
-0
/
+1
2025-10-03
[DYNAREC] Small fix on SIGILL handling
ptitSeb
1
-2
/
+2
2025-10-03
[DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detection
ptitSeb
6
-3
/
+39
2025-10-03
Made SIGILL traced behind BOX64_SHOWSEGV=1, like SIGSEGV
ptitSeb
1
-1
/
+1
2025-10-03
[DYNAREC] Fixe a speed regression introduced with 3fe020572dfc0636ab82bae962c...
ptitSeb
5
-11
/
+6
2025-10-02
[INTERP] Fixed regression introduced with latest change on IRET opcode
ptitSeb
1
-1
/
+2
2025-10-01
[ARM64_DYNAREC] Small improvment on some invalid opcode handling
ptitSeb
2
-2
/
+38
2025-10-01
[INTERP] Don't print unsupported opcode on known invalid opcodes
ptitSeb
1
-22
/
+63
2025-10-01
[TRACE] Added tooling to check if x86/x64 opcode is valid
ptitSeb
3
-1
/
+26
2025-10-01
[TRACE] Allow both v3 and v4 of libZydis to be on the system
ptitSeb
1
-1
/
+7
2025-09-30
[TRACE] Small improvment in x64 decoder trace when decoder fails
ptitSeb
1
-4
/
+12
2025-09-29
[INTERP] Fixed a regression with previous commit
ptitSeb
1
-2
/
+4
2025-09-29
[INTERP] Better handling of boggus selector for IRET & JMP FAR
ptitSeb
1
-7
/
+53
2025-09-29
[ARM64_DYNAREC] Improved IRET handling of boggus parameters
ptitSeb
6
-19
/
+45
2025-09-29
Improved TF handling
ptitSeb
3
-35
/
+25
[prev]
[next]