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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RV64_DYNAREC] Fixed a 16bit SHR pastpath edge case (#2251)
Yang Liu
2025-01-11
1
-3
/
+7
*
[BOX32][WRAPPER] Added 1 32bits function to libc
ptitSeb
2025-01-11
1
-1
/
+1
*
[BOX32] Improved elf memory managment for 32bits process
ptitSeb
2025-01-11
7
-20
/
+34
*
[RV64_DYNAREC] Disabled dynamic sew on MOVDQA as a workaround (#2249)
Yang Liu
2025-01-10
1
-2
/
+2
*
[SIGNAL][RV64] Added special unaligned cases handling (#2248)
Yang Liu
2025-01-10
1
-1
/
+45
*
[ARM64_DYNAREC] Reworked a bit DB / 7 opcode
ptitSeb
2025-01-10
1
-56
/
+50
*
[INTERPRETER] Small cosmetic fix for D2LD helper function
ptitSeb
2025-01-10
1
-3
/
+3
*
[USAGE] Added some missing settings in documentation
ptitSeb
2025-01-10
2
-0
/
+20
*
[ARM64_DYNAREC] Fixed SQXT(U)N printer
ptitSeb
2025-01-10
1
-1
/
+1
*
Don't try to use free a custom block if init is not done
ptitSeb
2025-01-10
1
-1
/
+1
*
Creating an emu structure for a thread will use a minimal stack now ([BOX32] ...
ptitSeb
2025-01-10
1
-12
/
+7
*
[BOX32] Better handling of pthread_mutex
ptitSeb
2025-01-10
1
-3
/
+3
*
[RV64_DYNAREC] Fixed MOVMSKPS RVV 1.0 path (#2246)
Yang Liu
2025-01-09
1
-1
/
+1
*
[BOX32][WRAPPER] Added support of BOX64_MAXCPU in 32bits wrapped SDL2
ptitSeb
2025-01-09
6
-1
/
+19
*
[WRAPPER] Added support of BOX64_MAXCPU in wrapped SDL2, plus some various ot...
ptitSeb
2025-01-09
4
-3
/
+22
*
[RV64_DYNAREC] Fixed some typos (#2244)
xctan
2025-01-09
2
-4
/
+4
*
[ARM64_DYNAREC] Small fixes for some 8bits OR and XOR opcodes on regs with no...
ptitSeb
2025-01-08
1
-4
/
+4
*
[ARM64_DYNAREC] Small fix for 80 /4 opcode on regs with no flags (should help...
ptitSeb
2025-01-08
1
-1
/
+2
*
[INTERPRETER] Removed some useless tests on x87 comp
ptitSeb
2025-01-08
1
-8
/
+0
*
Port rounding of some x87 instructions from Box86 (#2242)
Hagb (Junyu Guo 郭俊余)
2025-01-08
21
-24
/
+1361
*
[ARM64_DYNAREC] Remove bloated x87 comp code
ptitSeb
2025-01-08
15
-76
/
+30
*
Updated 32bits test19 too
ptitSeb
2025-01-08
3
-238
/
+972
*
[INTERPRETER] Improved x87 emulation a bit ([ARM64_DYNAREC] too)
ptitSeb
2025-01-08
10
-907
/
+600
*
[WRAPPED] Added monstartup (#2241)
Leslie Zhai
2025-01-08
1
-1
/
+5
*
[ARM64_DYNAREC] Added FCMEQ printer
ptitSeb
2025-01-07
2
-2
/
+8
*
[ARM64_DYNAREC]Small optimisation for 8bits and 16bits NOT opcode on register
ptitSeb
2025-01-07
3
-6
/
+21
*
Small fix to program break tracking
ptitSeb
2025-01-07
1
-1
/
+1
*
Trace program program to not allocate memory over there (help TalosPrinciple2...
ptitSeb
2025-01-07
1
-0
/
+20
*
[TRACE] Small change in Double segfault trace
ptitSeb
2025-01-07
1
-2
/
+12
*
[ARM64_DYNAREC] Small optim to 8bits AND opcodes with constant and without flags
ptitSeb
2025-01-07
1
-7
/
+31
*
[ARM64_DYNAREC] Optimized 8bits XOR when no flags is needed
ptitSeb
2025-01-07
1
-15
/
+56
*
[ARM64_DYNAREC] Optimized 8bits OR when no flags is needed
ptitSeb
2025-01-07
2
-15
/
+77
*
[BOX32] Use 32bits malloc when building LinkMaplib
ptitSeb
2025-01-06
1
-7
/
+7
*
[BOX32][WRAPPER] Added a few more 32bts wrapped functions to libc and libresolv
ptitSeb
2025-01-06
7
-14
/
+19
*
[INTERPRETER] Added a check of CS validity on IRET opcode
ptitSeb
2025-01-06
1
-27
/
+41
*
[BOX32] Fixed some signature issues with wrapped libXrender
ptitSeb
2025-01-06
8
-48
/
+151
*
[WRAPPED] Added xdr_string and xdr_free (#2235)
Leslie Zhai
2025-01-06
1
-2
/
+2
*
Fix crash with incorrect argv[0]: rewrite it only if "box64" is present (#2233)
ValdikSS
2025-01-06
1
-3
/
+8
*
[DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...
ptitSeb
2025-01-05
6
-180
/
+54
*
[INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...
ptitSeb
2025-01-05
5
-4
/
+115
*
[ARM64_DYNAREC] Added a new emiter
ptitSeb
2025-01-05
1
-0
/
+1
*
[ARM64_DYNAREC] Small improvments on (V)PMOVMSKB opcodes
ptitSeb
2025-01-05
2
-18
/
+11
*
Document `BOX64_ARG0` argv[0] rewriting variable (#2234)
ValdikSS
2025-01-05
1
-0
/
+5
*
[ARM64_DYNAREC] Small optim on specific case of XOR with -1 const
ptitSeb
2025-01-04
1
-2
/
+6
*
[INTERPRETER] Fixed opcode name in comment
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is used
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Small improvment on edge cases double to int x87 conversions
ptitSeb
2025-01-04
2
-15
/
+28
*
[DYNAREC] Appended instruction name to symbol (#2228)
Leslie Zhai
2025-01-03
6
-7
/
+7
*
[ARM64_DYNAREC] Small fixes to sse info retreiving on signal
ptitSeb
2025-01-02
1
-3
/
+2
*
[ARM64_DYNAREC] Fixed native flags with signal, and added sse handling
ptitSeb
2025-01-02
2
-17
/
+54
[prev]
[next]