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
*
[INTERPRETER] Fixed VM Detection (TF trick) for interpreter
ptitSeb
2024-01-15
1
-3
/
+12
*
Small fix for a faked wrapped function
ptitSeb
2024-01-15
1
-1
/
+1
*
Fixed xcb_connect wrapping
ptitSeb
2024-01-15
1
-3
/
+12
*
Added 1 more wrapped function to libgmp
ptitSeb
2024-01-15
1
-1
/
+1
*
[ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocations
ptitSeb
2024-01-15
2
-14
/
+10
*
[RV64_DYNAREC] Fixed 66 87 XCHG opcode (#1198)
xctan
2024-01-13
1
-2
/
+4
*
[RBTREE] Reverted memory tracking to 32 bits (#1201)
rajdakin
2024-01-13
7
-41
/
+46
*
[ARM64_DYNAREC] Re-enable Atomics, seems stable now
ptitSeb
2024-01-12
1
-2
/
+2
*
[TRACE] Better trace for wrapped dladdr1 calls
ptitSeb
2024-01-12
1
-1
/
+1
*
Removed a debug leftover
ptitSeb
2024-01-12
1
-2
/
+5
*
[VULKAN] Added some more extensions (for #424)
ptitSeb
2024-01-12
6
-1
/
+69
*
[RV64_DYNAREC] Fixed 66 0F B6 MOVZX opcode (#1196)
xctan
2024-01-11
1
-0
/
+1
*
Added 1 more wrapped function to libcups
ptitSeb
2024-01-10
4
-1
/
+6
*
[VULKAN] Wrapped VK_EXT_device_fault extension (for #424)
ptitSeb
2024-01-10
1
-0
/
+3
*
[VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)
ptitSeb
2024-01-10
1
-0
/
+4
*
[VULKAN] Wrapped VK_EXT_host_image_copy extension (for #424)
ptitSeb
2024-01-10
1
-1
/
+8
*
[VULKAN] Completed wrapping of VK_NV_scissor_exclusive extension (for #424)
ptitSeb
2024-01-10
1
-0
/
+1
*
[VULKAN] Completed wrapping of VK_EXT_discard_rectangles extension (for #424)
ptitSeb
2024-01-10
1
-0
/
+2
*
[DYNAREC_RV64] Added more opcodes and fixed X87_PUSH/POP macros (#1194)
Yang Liu
2024-01-09
5
-16
/
+92
*
[DYNAREC_RV64] Fixed a wrong Zba optimization (#1193)
Yang Liu
2024-01-09
1
-10
/
+20
*
[ELFLOADER] More elf alignment sections adjustments
ptitSeb
2024-01-08
1
-11
/
+9
*
[ELFLOADER] Another attempt at elf allignement fixes
ptitSeb
2024-01-08
2
-21
/
+32
*
[ELFLOADER] Try to harden the memory allocation
ptitSeb
2024-01-08
1
-1
/
+11
*
[ARM64_DYNAREC] Fixed 66 0F 3A 17 opcode (should help UE games)
ptitSeb
2024-01-08
1
-1
/
+1
*
expose minimal libxcb-xinput wrapper (#1192)
Frank Benkstein
2024-01-08
10
-1
/
+541
*
Added libutil and libresolv to the list of essential libs (not affected by BO...
ptitSeb
2024-01-07
1
-1
/
+1
*
Added 2 more wrapped function to libgtk3 (for epsxe)
ptitSeb
2024-01-07
4
-2
/
+25
*
Added (much) more slot for genereic GCallback on gobject2
ptitSeb
2024-01-07
2
-22
/
+129
*
Added ncurses6 as alias to ncurses5 as it's deprecated on modern OS
ptitSeb
2024-01-07
2
-0
/
+2
*
Added alias for wrapped libresolv.so
ptitSeb
2024-01-06
1
-0
/
+1
*
Added 1 more wrapped function to libcups
ptitSeb
2024-01-06
1
-1
/
+1
*
Added 1 syscall
ptitSeb
2024-01-06
1
-0
/
+1
*
[INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-06
5
-0
/
+35
*
[INTERPRETER] Added support for unaligned F0 0F BA /5 opcode
ptitSeb
2024-01-06
1
-11
/
+25
*
[INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-06
2
-10
/
+45
*
[RCFILE] Added more option to rcfile and added geekbench5 profile
ptitSeb
2024-01-06
1
-0
/
+20
*
Rollback commit 9201559 as it breaks some programs using getopts (should help...
ptitSeb
2024-01-06
1
-2
/
+2
*
Added wrapped libicuuc and libicui18n v74
ptitSeb
2024-01-05
12
-0
/
+316
*
[DYNAREC_RV64] Added CALL/RET optimization (#1183)
Yang Liu
2024-01-05
7
-55
/
+91
*
[ARM64_DYNAREC] A few more FRINTTS extension use
ptitSeb
2024-01-05
1
-32
/
+44
*
[ARM64_DYNAREC] More FRINTTS use
ptitSeb
2024-01-05
3
-33
/
+61
*
[ARM64_DYNAREC] Attempt to use FRINTTS extension
ptitSeb
2024-01-05
2
-57
/
+55
*
[ARM64_DYNAREC] Simplified a bit CALLRET fallback handling on stack unsync
ptitSeb
2024-01-05
2
-10
/
+3
*
[WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)
rajdakin
2024-01-05
644
-644
/
+1002
*
Added 1 more symbol to wrapped libgnutls
ptitSeb
2024-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed CALLRET optim when unsync occur, should help stability
ptitSeb
2024-01-04
1
-2
/
+2
*
[DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...
ptitSeb
2024-01-02
1
-1
/
+1
*
[RCFILE] Add a function to quickly get current process name
ptitSeb
2024-01-02
2
-1
/
+6
*
[TRACE] Better trace for read wrapped function
ptitSeb
2024-01-02
1
-1
/
+15
*
[ARM64] Improved fast path for unaligned access to device memory (for NVidia ...
ptitSeb
2024-01-01
1
-8
/
+8
[next]