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
/
libtools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
[TRACE] Fixed explicit BOX64_TRACE=0 (#2721)
Yang Liu
4
-1
/
+19
2025-06-10
[DYNAREC] Improved mmap'd file tracking
ptitSeb
2
-3
/
+11
2025-06-09
[TRACE] Added support for libzydis v4.x and removed the in-house zydis header...
Yang Liu
5
-4470
/
+150
2025-06-09
[ARM64_DYNAREC] Added 64/65 0F BF opcode (for #2716)
ptitSeb
2
-0
/
+22
2025-06-09
[INTERP] Added 64/65 0F BF opcode (for #2716)
ptitSeb
1
-0
/
+18
2025-06-09
[DYNAREC] Reset table64size before pass1 and pass2
ptitSeb
1
-1
/
+2
2025-06-09
Refine the naming scheme in rbtree (#2717)
Chi-Kuan Chiu
6
-32
/
+32
2025-06-08
[RCFILE] Fixed MAXCPU so it works for wine apps too
ptitSeb
6
-4
/
+36
2025-06-08
[DYNAREC] Modified JumpTable slightly so 32bits and 48bits address space jmp ...
ptitSeb
5
-92
/
+180
2025-06-08
[DYNAREC] Small change on jumptable to have the 1st layer maching the over 48...
ptitSeb
1
-2
/
+2
2025-06-08
[BOX32][WRAPPER] Added 2 more function to 32bits wrapped libxcb.so
ptitSeb
8
-2
/
+18
2025-06-07
[WOW64] Moved things around for the future (#2712)
Yang Liu
11
-10
/
+10
2025-06-07
Start of a new dev. cycle
ptitSeb
1
-1
/
+1
2025-06-06
Bumped version to v0.3.6
ptitSeb
3
-1
/
+59
2025-06-06
[RCFILE] Added a new game profile
ptitSeb
1
-0
/
+17
2025-06-05
Fixed a regression on syscall
ptitSeb
1
-1
/
+1
2025-06-05
[TRACE][DYNAREC] Enlarged buffer for instruction metadata again
ptitSeb
3
-3
/
+3
2025-06-05
[WOW64] The official file name is wowbox64.dll (#2709)
Yang Liu
4
-3
/
+8
2025-06-05
[WOW64] Added rcfile support (#2708)
Yang Liu
11
-93
/
+236
2025-06-04
[WOW64] More cleanups and implemented a few more BTCpu functions (#2702)
Yang Liu
2
-101
/
+105
2025-06-03
[WRAPPER][BOX32] Added a couple more 32bits wrpped functions to libc
ptitSeb
2
-97
/
+89
2025-06-02
[BOX32][WRAPPER] Added/Fixed some more wrapped function to libsdl2
ptitSeb
4
-5
/
+15
2025-06-02
[WRAPPER][TRACE] Cleanup some trace on DLSYM_ERROR=1
ptitSeb
1
-9
/
+9
2025-06-02
Realigned some code
ptitSeb
1
-1
/
+1
2025-06-02
[BOX32][WRAPPER] Added 1 more function to libc
ptitSeb
1
-1
/
+1
2025-06-02
[TRACE][BOX32] Fixed some and cleaup detailed function call trace
ptitSeb
1
-28
/
+32
2025-06-02
[DOCS] Updated COMPILE.md about WowBox64 (#2701)
Yang Liu
1
-4
/
+9
2025-06-02
[ENV][WOW64] Not every env var applies to WowBox64 (#2700)
Yang Liu
6
-253
/
+388
2025-06-02
[BOX32][WRAPPER] Added wrapped 32bits libcurl (need testing)
ptitSeb
10
-0
/
+1123
2025-06-02
[TRACE][ARM64_DYNAREC] Make dynarec_log=1 less chatty
ptitSeb
1
-1
/
+1
2025-06-02
[RCFILE] Added 1 more game profile
ptitSeb
1
-0
/
+5
2025-06-02
Revert using getProtection_fast in CheckExec to avoid rare (or less rare in I...
ptitSeb
1
-1
/
+1
2025-06-02
[WOW64] The name is WowBox64 (#2699)
Yang Liu
2
-4
/
+10
2025-06-02
[RBTREE] Update comments on red-black tree usage (#2694)
Chi-Kuan Chiu
1
-17
/
+50
2025-06-01
[WOW64] Override DOS stub to Wine builtin DLL (#2698)
Yang Liu
2
-0
/
+35
2025-06-01
[WRAPPER] Fixed some xcb-image wrappings (#2697)
Yang Liu
5
-8
/
+6
2025-06-01
[CI] Upload libwowbox64.dll to CI artifacts (#2696)
Yang Liu
1
-6
/
+7
2025-05-30
[DYNAREC] Fixed a prefix typo in dynarec dump (#2693)
Yang Liu
1
-1
/
+1
2025-05-30
This should fix the WoW build
ptitSeb
1
-2
/
+2
2025-05-30
[ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: Interp...
ptitSeb
9
-228
/
+395
2025-05-31
[WOW64] Improved RIP handling on INT n
Yang Liu
3
-5
/
+5
2025-05-30
[DYNAREC] Ported 37ed49cb to RV64 and LA64 (#2690)
Yang Liu
2
-2
/
+4
2025-05-30
[TRACE][ARM64_DYNAREC] Fixed potential buffer overflow on dynarec_dump scenario
ptitSeb
1
-1
/
+2
2025-05-30
[RCFILE] Added a couple of game profiles
ptitSeb
1
-0
/
+9
2025-05-30
[ARM64_DYNAREC] Small improvment on Wine INT n handling
ptitSeb
1
-5
/
+13
2025-05-30
[WOW64] Added support for cosim (#2683)
Yang Liu
4
-20
/
+26
2025-05-30
[WRAPPER] Implement myStackAlignGVariantNew for g_variant_new (#2687)
Leslie Zhai
6
-15
/
+86
2025-05-30
fix: env BOX64_EMULATED_LIBS triggers sigsegv (#2686)
liuli
1
-1
/
+1
2025-05-29
[WOW64] Print banner at startup (#2685)
Yang Liu
3
-3
/
+4
2025-05-29
[WOW64] Added more missing pieces and the interpreter works (#2682)
Yang Liu
6
-28
/
+78
[prev]
[next]