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
...
*
[DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...
ptitSeb
2022-09-25
6
-12
/
+34
*
Added syscall 267 (for #99 and #100)
ptitSeb
2022-09-20
1
-0
/
+1
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
1
-1
/
+1
*
Added F0 86 ocpode ([DYNAREC] too) (for #406)
ptitSeb
2022-09-15
1
-0
/
+29
*
Try to improve syscall rt_sigaction handling
ptitSeb
2022-09-12
1
-2
/
+10
*
Added syscall 297
ptitSeb
2022-09-11
1
-0
/
+1
*
Fixed a warning
ptitSeb
2022-08-11
1
-0
/
+1
*
Add SW64 base support (#382)
wannacu
2022-08-11
1
-0
/
+12
*
Fixed issue with last RIP handling refactor
ptitSeb
2022-08-10
1
-1
/
+1
*
Some cleanup
ptitSeb
2022-08-10
1
-1
/
+0
*
Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)
ptitSeb
2022-08-09
1
-8
/
+11
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
29
-406
/
+432
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
3
-10
/
+10
*
Small improvment to BOX64_ROLLING_LOG=1
ptitSeb
2022-07-30
1
-2
/
+2
*
Better trace for readlink
ptitSeb
2022-07-30
1
-0
/
+4
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
1
-4
/
+12
*
Fixed syscall 332 (for #361)
ptitSeb
2022-07-30
1
-1
/
+1
*
Added syscall 60 (for #363)
ptitSeb
2022-07-28
1
-0
/
+1
*
Added F2 0F 7D opcode
ptitSeb
2022-07-25
1
-0
/
+14
*
Added 66 0F D0 opcode
ptitSeb
2022-07-24
1
-1
/
+7
*
Added syscall 128
ptitSeb
2022-07-24
1
-0
/
+1
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
2
-1
/
+15
*
Added one more syscall
ptitSeb
2022-07-17
1
-0
/
+1
*
Better log for waitpid
ptitSeb
2022-07-17
1
-0
/
+8
*
Better trace for getenv and setenv
ptitSeb
2022-07-17
1
-0
/
+3
*
Fixed a few warnings
ptitSeb
2022-07-17
2
-2
/
+2
*
Added a few syscalls
ptitSeb
2022-07-16
1
-0
/
+15
*
Improved 0F 0B opcode (SIGILL at ip, not ip+2)
ptitSeb
2022-07-16
1
-0
/
+1
*
Better trace for recvmsg
ptitSeb
2022-07-16
1
-0
/
+3
*
[DYNAREC] Fixed defered carry flags for ADC 64bits
ptitSeb
2022-07-16
1
-2
/
+2
*
Fix sigaction syscall
ptitSeb
2022-07-15
1
-3
/
+40
*
Use a bigger TLSData by default with forcing emulated gtk
ptitSeb
2022-07-14
1
-1
/
+2
*
Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...
ptitSeb
2022-07-10
1
-1
/
+2
*
More previous bytes on Unimplemented Opcode message
ptitSeb
2022-07-10
1
-2
/
+3
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
2
-1
/
+29
*
Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)
ptitSeb
2022-07-04
2
-26
/
+24
*
Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)
ptitSeb
2022-07-03
1
-0
/
+42
*
Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)
ptitSeb
2022-07-03
1
-0
/
+26
*
Added 67 38-3D opcodes (for #323)
ptitSeb
2022-07-03
1
-0
/
+39
*
Added syscall 324 (for #327)
ptitSeb
2022-07-03
1
-0
/
+1
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-23
/
+58
*
Added syscall 231 (for #333)
ptitSeb
2022-07-01
1
-0
/
+1
*
Added syscall 270 (for #333)
ptitSeb
2022-06-30
1
-0
/
+1
*
Added syscall 27 (for #333)
ptitSeb
2022-06-30
1
-0
/
+1
*
Various small debugging improvments
ptitSeb
2022-06-19
2
-0
/
+4
*
Added 67 83 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
1
-0
/
+47
*
Added 67 C7 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
1
-0
/
+12
*
Added syscall 317
ptitSeb
2022-06-05
1
-0
/
+1
*
Run elf init if __libc_start_main init param is NULL (for #315)
ptitSeb
2022-05-30
1
-0
/
+2
*
Better version of F2/F3 0F 1E opcode
ptitSeb
2022-05-30
2
-5
/
+10
[prev]
[next]