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-27
[ARM64_DYNAREC][32BITS] Added 2F opcode
ptitSeb
1
-1
/
+13
2024-01-27
[RCFILE] Added Celeste.exe profile
ptitSeb
1
-0
/
+3
2024-01-27
[RCFILE] Fixed Unturned profile
ptitSeb
1
-1
/
+1
2024-01-27
[RCFILE] Added Unturned profile
ptitSeb
1
-0
/
+3
2024-01-27
[ARM64_DYNAREC] Improved shld16 opcode
ptitSeb
1
-8
/
+6
2024-01-27
[ARM64_DYNAREC] Fixed 66 8C opcode and improved many 66 prefix opcode on 32BITS
ptitSeb
2
-29
/
+30
2024-01-27
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
5
-23
/
+26
2024-01-27
[ARM64_DYNAREC] Removed unused code
ptitSeb
3
-36
/
+0
2024-01-27
[INTERPRETER] Add code for unaligned 32bits F0 87 opcode
ptitSeb
1
-1
/
+12
2024-01-27
Track protection even if 0
ptitSeb
1
-7
/
+1
2024-01-27
[ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...
ptitSeb
1
-6
/
+85
2024-01-27
Improved fxam helper
ptitSeb
1
-5
/
+17
2024-01-26
[ARM64_DYNAREC] Fixed previous commit
ptitSeb
1
-3
/
+3
2024-01-26
Reworked 0F 01 opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-46
/
+54
2024-01-26
Added 66 8F opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-20
/
+35
2024-01-26
[32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)
ptitSeb
2
-1
/
+35
2024-01-26
[INTERPRETER] Ignore 36/26 segment prefix for 66 prefixed opcodes
ptitSeb
1
-1
/
+1
2024-01-26
[32BITS] Added some more opcode to the 32bits part of interpreter, to run mor...
ptitSeb
1
-6
/
+66
2024-01-26
Add 'BOX64_MMAP32' to help info (#1220)
KreitinnSoftware
2
-4
/
+5
2024-01-25
add optimize build flag for Jetson orin and xavier (#1219)
leonpano2006
2
-2
/
+28
2024-01-24
[MMAP32] 31bits address space is in fact 3GB address space (so 31.5 bits?)
ptitSeb
1
-1
/
+1
2024-01-24
[MMAP32] Fixed mmap32 behaviour
ptitSeb
1
-2
/
+2
2024-01-24
[ARM64_DYNAREC] Fixed 67 66 prefixed REX reading
ptitSeb
1
-0
/
+1
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
[next]