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
*
[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
*
[INTERPRETER] Call opcode also need getAlternate redirection
ptitSeb
2023-12-05
1
-0
/
+1
*
Show TLS resize warning only if old size is not 0
ptitSeb
2023-12-05
1
-1
/
+3
*
Improved bridge name storage/retreival
ptitSeb
2023-12-01
1
-2
/
+0
*
[DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)
Yang Liu
2023-11-28
1
-71
/
+6
*
[ANDROID] Fix Clang Compiling (#1094)
Lily
2023-11-28
1
-0
/
+5
*
[INTERPRETER] LES/LDS are valid only if next byte has high bit not set
ptitSeb
2023-11-23
1
-2
/
+2
*
Clear errno when pctrl_arch has no error
ptitSeb
2023-11-23
1
-0
/
+1
*
Added full support for the SHA cpu extension
ptitSeb
2023-11-21
3
-0
/
+258
*
[INTERPRETER] Fixed some rare issue with XLAT ocpode
ptitSeb
2023-11-20
1
-1
/
+4
*
Better way to handle syscall array with c99 sparse array init
ptitSeb
2023-11-20
1
-184
/
+179
[next]