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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-23
Small improvment to MMAP32 managment
ptitSeb
1
-1
/
+1
2024-01-23
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
12
-24
/
+108
2024-01-23
[DYNAREC] use an rbtree for dynablock size and max_db_size update
ptitSeb
5
-4
/
+59
2024-01-23
[DYNAREC_RV64] Enable basic simple wrapper optimization (#1215)
Yang Liu
2
-23
/
+19
2024-01-22
Added 1 syscall
ptitSeb
1
-0
/
+1
2024-01-22
[TRACE] Slightly improved trace
ptitSeb
1
-1
/
+7
2024-01-22
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
3
-2
/
+13
2024-01-21
[ELFLOADER] Zero'd memory when using mmap and filesize smaller than memsize
ptitSeb
1
-0
/
+2
2024-01-21
Removed a useless test in getProtection utility function
ptitSeb
1
-2
/
+0
2024-01-21
[TRACE] Improved trace for __libc_start_main init handling
ptitSeb
1
-1
/
+2
2024-01-20
Used rb_stree for mapallmem too
ptitSeb
2
-174
/
+55
2024-01-20
Added a few wrapped function to libcups
ptitSeb
4
-3
/
+7
2024-01-19
Use rbtree for mmapmem tracking
ptitSeb
1
-24
/
+10
2024-01-19
Fix build on some older compiler
ptitSeb
1
-1
/
+1
2024-01-19
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
8
-32
/
+155
2024-01-19
[RCFILE] Update & Added a few profiles
ptitSeb
1
-1
/
+15
2024-01-19
Added 1 more wrapped libc function (for #1208)
ptitSeb
3
-1
/
+3
2024-01-18
Reworked wrapping of callback in X11 Va args
ptitSeb
1
-36
/
+289
2024-01-18
Fixes (#1207)
rajdakin
25
-63
/
+69
2024-01-18
Partial Wrapping of libxkbregistry
ptitSeb
8
-0
/
+115
2024-01-18
Fixed an issue with a failsafe that was not working
ptitSeb
1
-2
/
+2
2024-01-18
[DYNAREC] Fixed a warning
ptitSeb
1
-1
/
+1
2024-01-18
Added 1 more wrapped function to libc
ptitSeb
4
-1
/
+31
2024-01-18
[DYNAREC] Test when changing page on building a dynablock if it's safe
ptitSeb
1
-0
/
+18
2024-01-18
Added 1 more wrapped function to libgconf2
ptitSeb
1
-1
/
+1
2024-01-17
[RCFILE] Adjusted steamwebhelper profile for better stability
ptitSeb
1
-1
/
+1
2024-01-17
Some more fixes to new memory protection tracking (should help #1202 and #1200)
ptitSeb
1
-9
/
+9
2024-01-16
Wrapped libpulse-mainloop-glib (for #1203, untested)
ptitSeb
9
-0
/
+106
2024-01-16
[INTERPRETER] Fixed D7 opcode
ptitSeb
1
-4
/
+1
2024-01-16
[ARM64_DYNAREC] Fixed some special case for shrd/shld opcodes
ptitSeb
2
-32
/
+14
2024-01-16
Added 1 more syscall
ptitSeb
1
-0
/
+1
2024-01-16
[RCFILE] Added and Adjusted a few more profile
ptitSeb
1
-10
/
+15
2024-01-16
Ficxed an issue with rbtree rb_get_end utility function
ptitSeb
1
-3
/
+4
2024-01-16
Round size to pagesize on the tracked memory
ptitSeb
3
-2
/
+7
2024-01-16
Used AddCheckBridge were the check could make sense
ptitSeb
6
-17
/
+17
2024-01-15
[INTERPRETER] Fixed VM Detection (TF trick) for interpreter
ptitSeb
1
-3
/
+12
2024-01-15
Small fix for a faked wrapped function
ptitSeb
1
-1
/
+1
2024-01-15
Fixed xcb_connect wrapping
ptitSeb
1
-3
/
+12
2024-01-15
Added 1 more wrapped function to libgmp
ptitSeb
1
-1
/
+1
2024-01-15
[ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocations
ptitSeb
2
-14
/
+10
2024-01-13
[RV64_DYNAREC] Fixed 66 87 XCHG opcode (#1198)
xctan
1
-2
/
+4
2024-01-13
[RBTREE] Reverted memory tracking to 32 bits (#1201)
rajdakin
7
-41
/
+46
2024-01-12
[ARM64_DYNAREC] Re-enable Atomics, seems stable now
ptitSeb
1
-2
/
+2
2024-01-12
[TRACE] Better trace for wrapped dladdr1 calls
ptitSeb
1
-1
/
+1
2024-01-12
Removed a debug leftover
ptitSeb
1
-2
/
+5
2024-01-12
[VULKAN] Added some more extensions (for #424)
ptitSeb
6
-1
/
+69
2024-01-11
[RV64_DYNAREC] Fixed 66 0F B6 MOVZX opcode (#1196)
xctan
1
-0
/
+1
2024-01-10
Added 1 more wrapped function to libcups
ptitSeb
4
-1
/
+6
2024-01-10
[VULKAN] Wrapped VK_EXT_device_fault extension (for #424)
ptitSeb
1
-0
/
+3
2024-01-10
[VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)
ptitSeb
1
-0
/
+4
[next]