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