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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[DYNAREC] Optimized scalar AES impl in DynaRec (#3041)
xctan
2025-10-05
2
-20
/
+180
*
[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
3
-3
/
+6
*
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
4
-10
/
+5
*
[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
*
[ARM64_DYNAREC] Improved IRET handling of boggus parameters
ptitSeb
2025-09-29
6
-19
/
+45
*
Improved TF handling
ptitSeb
2025-09-29
3
-35
/
+25
*
[RV64_DYNAREC] Added more scalar avx opcodes (#3037)
Yang Liu
2025-09-29
3
-3
/
+419
*
[WRAPPER] Wrapped a few more crypto3 symbols (#3034)
Yang Liu
2025-09-27
4
-1
/
+42
*
[RV64_DYNAREC] Fixed a scratch register confliction (#3033)
Yang Liu
2025-09-27
1
-1
/
+1
*
[ARM64_DYNAREC] Added more variant of INS/OUT opcodes
ptitSeb
2025-09-24
2
-1
/
+77
*
[INTERP] Added more variant of INS/OUT opcodes
ptitSeb
2025-09-24
1
-0
/
+37
*
[ARM64_DYNAREC] Fixed flags for 8bits imul
ptitSeb
2025-09-24
1
-2
/
+3
*
RV64_DYNAREC] Added more avx scalar opcodes (#3029)
Yang Liu
2025-09-22
3
-2
/
+58
*
[RV64_DYNAREC] Added more avx scalar opcodes (#3028)
Yang Liu
2025-09-22
1
-0
/
+93
*
[LA64_DYNAREC] Refactor register mapping (#2940)
Leslie Zhai
2025-09-19
17
-249
/
+318
*
[LA64] Do not expose AVX by default for now, there are still some issue to fi...
ptitSeb
2025-09-17
1
-1
/
+1
*
[ARM64_DYNAREC] Temporarily disable Atomic path for F0 0F B1, as it avoid som...
ptitSeb
2025-09-17
1
-2
/
+5
*
[LA64_DYNAREC] Fixed AVX 0F 17 VMOVHPS opcode (#3025)
Yang Liu
2025-09-17
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed non-Atomic path for F0 0F C0 opcode
ptitSeb
2025-09-17
1
-4
/
+4
*
[LA64_DYNAREC] Fixed AVX 66 0F 67 PACKUSWB opcode (#3024)
Yang Liu
2025-09-17
1
-1
/
+1
*
[LA64_DYNAREC] Fixed avx infra (#3023)
Yang Liu
2025-09-17
1
-2
/
+2
*
[DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodes
ptitSeb
2025-09-16
13
-172
/
+6
*
[ARM64_DYNAREC] Allow use of Native flags when using UFLAG_IF macro helper
ptitSeb
2025-09-15
2
-0
/
+6
*
[BOX32][TRACE] Fixed chdir tracing (#3021)
Yang Liu
2025-09-15
1
-1
/
+1
[next]