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
/
emu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+11
*
[INTERPRETER] Added CE opcode
ptitSeb
2024-01-31
1
-1
/
+9
*
Added mknod syscall (#1236)
Yang Liu
2024-01-31
1
-9
/
+24
*
[LOONGARCH] Fixed potential compilation issue
ptitSeb
2024-01-31
1
-0
/
+26
*
[32BITS] Small improvment to E8/E9 opcode to trucate address to 32bits
ptitSeb
2024-01-29
1
-2
/
+8
*
[INTERPRETOR] More finetunning to shrd16/shld16
ptitSeb
2024-01-29
1
-2
/
+5
*
[INTERPRETER] Small improvements to shr/shl to limit fals-positive on DYNAREC...
ptitSeb
2024-01-29
1
-7
/
+7
*
[DYNAREC_TEST] Fixed some potential fals-positive on some CMP opcodes
ptitSeb
2024-01-29
1
-4
/
+4
*
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
ptitSeb
2024-01-27
1
-3
/
+5
*
Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...
ptitSeb
2024-01-27
1
-3
/
+6
*
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
2024-01-27
5
-23
/
+26
*
[INTERPRETER] Add code for unaligned 32bits F0 87 opcode
ptitSeb
2024-01-27
1
-1
/
+12
*
Improved fxam helper
ptitSeb
2024-01-27
1
-5
/
+17
*
Reworked 0F 01 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-37
/
+24
*
Added 66 8F opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-1
/
+5
*
[32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-0
/
+16
*
[INTERPRETER] Ignore 36/26 segment prefix for 66 prefixed opcodes
ptitSeb
2024-01-26
1
-1
/
+1
*
[32BITS] Added some more opcode to the 32bits part of interpreter, to run mor...
ptitSeb
2024-01-26
1
-6
/
+66
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
2
-5
/
+21
*
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
1
-0
/
+2
*
[TRACE] Improved trace for __libc_start_main init handling
ptitSeb
2024-01-21
1
-1
/
+2
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
1
-5
/
+3
*
Fixes (#1207)
rajdakin
2024-01-18
5
-11
/
+19
*
[INTERPRETER] Fixed D7 opcode
ptitSeb
2024-01-16
1
-4
/
+1
*
Added 1 more syscall
ptitSeb
2024-01-16
1
-0
/
+1
*
[INTERPRETER] Fixed VM Detection (TF trick) for interpreter
ptitSeb
2024-01-15
1
-3
/
+12
*
Added 1 syscall
ptitSeb
2024-01-06
1
-0
/
+1
*
[INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-06
4
-0
/
+20
*
[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
1
-0
/
+21
*
[DYNAREC_RV64] Added CALL/RET optimization (#1183)
Yang Liu
2024-01-05
1
-0
/
+6
*
[TRACE] Better trace for read wrapped function
ptitSeb
2024-01-02
1
-1
/
+15
*
[INTERP] Added 64 66 39 CMP opcode (#1166)
Yang Liu
2023-12-25
1
-0
/
+9
*
[INTERPRETER] Added 64/65 86 opcode (for #1156)
ptitSeb
2023-12-23
1
-0
/
+26
*
Added/Fix some 16bits PUSH POP opcode ([ARM64_DYNAREC] too) (for DaveTheDiver...
ptitSeb
2023-12-21
1
-18
/
+9
*
Allocated more cleanup when needed to avoid frequent resize
ptitSeb
2023-12-21
1
-2
/
+2
*
Added 1 more syscall
ptitSeb
2023-12-20
1
-0
/
+1
*
Added syscall 316
ptitSeb
2023-12-20
1
-0
/
+1
*
[INTERPRETER] Added 64/65 0F BA opcode (for #1146)
ptitSeb
2023-12-18
1
-0
/
+95
*
[TRACE] Improve function name retreival in LOG=2 traces
ptitSeb
2023-12-18
2
-14
/
+31
*
[INTERPRETER] Added 67 0F 29 opcode
ptitSeb
2023-12-11
1
-0
/
+8
*
[TRACE] Better trace for some specific jump
ptitSeb
2023-12-07
1
-2
/
+6
*
Better way to handle multiple 3E/26 and F2/F3 prefixes ([DYNAREC] too)
ptitSeb
2023-12-07
1
-4
/
+7
*
[INTERPRETER] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
3
-87
/
+246
*
[INTERPRETER] Trigger a trap exception when CC is encountered
ptitSeb
2023-12-05
1
-3
/
+4
*
[32BITS] Forgot 66 54 opcode
ptitSeb
2023-12-05
1
-0
/
+1
*
[INTERPRETER] Refactored 0F A4/A5 opcodes for better readability
ptitSeb
2023-12-05
1
-5
/
+15
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
1
-0
/
+12
[prev]
[next]