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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added kill and killpg wrapped functions
ptitSeb
2021-03-09
5
-20
/
+22
*
Added some more SSE opcodes
ptitSeb
2021-03-09
2
-0
/
+45
*
Added clock wrapped function
ptitSeb
2021-03-09
1
-1
/
+1
*
Added F3 0F C2 opcode
ptitSeb
2021-03-09
1
-1
/
+20
*
More wrapped libc functions
ptitSeb
2021-03-09
5
-19
/
+22
*
Added more various opcodes
ptitSeb
2021-03-09
2
-1
/
+65
*
Added strtol wrapped function
ptitSeb
2021-03-09
4
-1
/
+5
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
4
-0
/
+145
*
Fixed an issue with SDL Thread Creation
ptitSeb
2021-03-09
2
-2
/
+4
*
A large batch of wrapped libc functions
ptitSeb
2021-03-09
5
-115
/
+174
*
Added REX 0F BA opcodes
ptitSeb
2021-03-09
1
-0
/
+97
*
More libc wrapped functions
ptitSeb
2021-03-09
4
-11
/
+15
*
Fixed typo in an error message
ptitSeb
2021-03-09
1
-1
/
+1
*
Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libs
ptitSeb
2021-03-09
14
-9
/
+1199
*
Added more libc wrapped functions
ptitSeb
2021-03-09
4
-12
/
+16
*
Fixed XOpenIM wrapped function signature
ptitSeb
2021-03-09
1
-1
/
+1
*
Added some more libc wrapped functions
ptitSeb
2021-03-09
4
-7
/
+19
*
pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...
ptitSeb
2021-03-09
7
-15
/
+40
*
Added 66 0F 7F opcode
ptitSeb
2021-03-09
1
-0
/
+7
*
Added a few libc wrapped functions
ptitSeb
2021-03-09
4
-3
/
+6
*
Added REX 0F 5A..5F opcodes
ptitSeb
2021-03-09
1
-1
/
+48
*
Added some more libc wrapped functions
ptitSeb
2021-03-09
4
-41
/
+39
*
Added some phtreads wrapped functions
ptitSeb
2021-03-09
4
-20
/
+24
*
Added REX 0F C8..CF BSWAP opcodes
ptitSeb
2021-03-09
1
-0
/
+15
*
Added a few more libc wrapped functions
ptitSeb
2021-03-09
4
-22
/
+42
*
Remove isCpuTopology function call to the open wrapped functions that is not ...
ptitSeb
2021-03-08
1
-33
/
+0
*
Fixed F2/F3 A6/AE opcodes
ptitSeb
2021-03-08
1
-4
/
+4
*
Added (F2/F3) A6 (REPNZ/REPZ) CMPSB
ptitSeb
2021-03-08
1
-1
/
+42
*
Switched emu flags to 64bits
ptitSeb
2021-03-08
2
-2
/
+3
*
Added sigismember wrapped function
ptitSeb
2021-03-08
1
-1
/
+1
*
Added more wrapped functions to libc and libpthread
ptitSeb
2021-03-08
5
-47
/
+68
*
Added a few more libc wrapped libs
ptitSeb
2021-03-08
4
-3
/
+7
*
Added (F2/F3) AE (REPNZ/REPZ) SCASB opcode
ptitSeb
2021-03-08
1
-0
/
+34
*
Added a few more libc wrapped functions
ptitSeb
2021-03-08
5
-51
/
+39
*
Added wrapped vfprintf and fprintf functions
ptitSeb
2021-03-08
5
-34
/
+31
*
[TRACE] Trace is not displaying relative offsets for now, preparing functions
ptitSeb
2021-03-08
1
-0
/
+6
*
Added special case for stdin/stdout/stderr in elfloader R_X86_64_COPY handling
ptitSeb
2021-03-08
1
-1
/
+9
*
Fixed va_list conversion for aarch64
ptitSeb
2021-03-08
1
-5
/
+5
*
Attempts at conversion of va_list
ptitSeb
2021-03-08
4
-17
/
+41
*
Added a few libc wrapped functions
ptitSeb
2021-03-08
1
-6
/
+6
*
Added 66 85 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+7
*
Fixed a few wrapped functions
ptitSeb
2021-03-08
8
-29
/
+15
*
Fixed non-REX.W 8D LEA opcode
ptitSeb
2021-03-08
1
-1
/
+1
*
Added another batch of wrapped x11 related lib (still un-tested copy from box86)
ptitSeb
2021-03-08
12
-4
/
+403
*
Added a bunch of X11 related lib (copy from box86, mostly un-verified)
ptitSeb
2021-03-08
14
-5
/
+1569
*
Added 0F AE /2 and /3 opcodes
ptitSeb
2021-03-08
1
-0
/
+6
*
Added sysv_signal wrapped function
ptitSeb
2021-03-08
1
-1
/
+1
*
Added A8 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+3
*
Added 66 0F 54..5F opcodes
ptitSeb
2021-03-08
1
-0
/
+92
*
Added memrchr and memcpy wrapped functions
ptitSeb
2021-03-08
4
-3
/
+7
[next]