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
*
Added 67 C6 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-17
1
-0
/
+5
*
[ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...
ptitSeb
2024-02-15
1
-1
/
+1
*
[CI] Add Android Tests (#1263)
KreitinnSoftware
2024-02-14
1
-1
/
+1
*
[INTERPRETER] Improved FXAM handling
ptitSeb
2024-02-11
1
-1
/
+1
*
Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-02-10
1
-0
/
+10
*
Increased default size for number of elf in the tls dts zone
ptitSeb
2024-02-09
1
-3
/
+5
*
Added 1 syscall
ptitSeb
2024-02-09
1
-0
/
+4
*
[DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4
ptitSeb
2024-02-07
2
-1
/
+14
*
Reworked, again, exit process
ptitSeb
2024-02-06
1
-22
/
+22
*
Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)
ptitSeb
2024-02-06
1
-4
/
+10
*
[INTERPRETER] CE opcode is only for 32bits
ptitSeb
2024-02-04
1
-0
/
+4
*
[INTERPRETER] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
8
-288
/
+202
*
[INTERPRETER] Improved 0F AE opcodes
ptitSeb
2024-02-03
1
-10
/
+15
*
[X64EMU] Fix for linux clang (#1243)
Lily
2024-02-02
1
-2
/
+2
*
Fixed a warning on non-dynarec build
ptitSeb
2024-02-02
1
-2
/
+0
*
Added 0F 0E opcode support ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+5
*
[32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+7
*
[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
[next]