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
*
[ARM64_DYNAREC] Fixed 67 66 prefixed REX reading
ptitSeb
2024-01-24
1
-0
/
+1
*
Small improvment to MMAP32 managment
ptitSeb
2024-01-23
1
-1
/
+1
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
11
-24
/
+103
*
[DYNAREC] use an rbtree for dynablock size and max_db_size update
ptitSeb
2024-01-23
5
-4
/
+59
*
[DYNAREC_RV64] Enable basic simple wrapper optimization (#1215)
Yang Liu
2024-01-23
2
-23
/
+19
*
Added 1 syscall
ptitSeb
2024-01-22
1
-0
/
+1
*
[TRACE] Slightly improved trace
ptitSeb
2024-01-22
1
-1
/
+7
*
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
2024-01-22
3
-2
/
+13
*
[ELFLOADER] Zero'd memory when using mmap and filesize smaller than memsize
ptitSeb
2024-01-21
1
-0
/
+2
*
Removed a useless test in getProtection utility function
ptitSeb
2024-01-21
1
-2
/
+0
*
[TRACE] Improved trace for __libc_start_main init handling
ptitSeb
2024-01-21
1
-1
/
+2
*
Used rb_stree for mapallmem too
ptitSeb
2024-01-20
2
-174
/
+55
*
Added a few wrapped function to libcups
ptitSeb
2024-01-20
4
-3
/
+7
*
Use rbtree for mmapmem tracking
ptitSeb
2024-01-19
1
-24
/
+10
*
Fix build on some older compiler
ptitSeb
2024-01-19
1
-1
/
+1
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
8
-32
/
+155
*
Added 1 more wrapped libc function (for #1208)
ptitSeb
2024-01-19
3
-1
/
+3
*
Reworked wrapping of callback in X11 Va args
ptitSeb
2024-01-18
1
-36
/
+289
*
Fixes (#1207)
rajdakin
2024-01-18
25
-63
/
+69
*
Partial Wrapping of libxkbregistry
ptitSeb
2024-01-18
7
-0
/
+114
*
Fixed an issue with a failsafe that was not working
ptitSeb
2024-01-18
1
-2
/
+2
*
[DYNAREC] Fixed a warning
ptitSeb
2024-01-18
1
-1
/
+1
*
Added 1 more wrapped function to libc
ptitSeb
2024-01-18
4
-1
/
+31
*
[DYNAREC] Test when changing page on building a dynablock if it's safe
ptitSeb
2024-01-18
1
-0
/
+18
*
Added 1 more wrapped function to libgconf2
ptitSeb
2024-01-18
1
-1
/
+1
*
Some more fixes to new memory protection tracking (should help #1202 and #1200)
ptitSeb
2024-01-17
1
-9
/
+9
*
Wrapped libpulse-mainloop-glib (for #1203, untested)
ptitSeb
2024-01-16
8
-0
/
+105
*
[INTERPRETER] Fixed D7 opcode
ptitSeb
2024-01-16
1
-4
/
+1
*
[ARM64_DYNAREC] Fixed some special case for shrd/shld opcodes
ptitSeb
2024-01-16
2
-32
/
+14
*
Added 1 more syscall
ptitSeb
2024-01-16
1
-0
/
+1
*
Ficxed an issue with rbtree rb_get_end utility function
ptitSeb
2024-01-16
1
-3
/
+4
*
Round size to pagesize on the tracked memory
ptitSeb
2024-01-16
3
-2
/
+7
*
Used AddCheckBridge were the check could make sense
ptitSeb
2024-01-16
6
-17
/
+17
*
[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
[next]