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 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
*
Added 66 0F 2E/2F opcodes
ptitSeb
2021-03-08
1
-0
/
+19
*
Added sigaction and ceil wrapped functions
ptitSeb
2021-03-08
5
-4
/
+8
*
Added more opcodes, including D8 and DD x87 ones
ptitSeb
2021-03-08
5
-0
/
+418
*
More 0F and 66 0F opcodes
ptitSeb
2021-03-08
2
-1
/
+159
*
Added a gew more various opcodes
ptitSeb
2021-03-08
4
-0
/
+117
*
Added wrapped libasound
ptitSeb
2021-03-08
6
-1
/
+1582
*
Added wrapped libX11
ptitSeb
2021-03-08
6
-1
/
+2315
*
Wrapped function SDL_LogXXXX needs va_list
ptitSeb
2021-03-07
1
-1
/
+2
*
Wrapped SDL_LogXXXX function correctly
ptitSeb
2021-03-07
1
-37
/
+9
*
Disabled va_list wrapped function in SDL2, wrapping is not done yet
ptitSeb
2021-03-07
5
-37
/
+29
*
Added a few SSE opcodes
ptitSeb
2021-03-07
2
-0
/
+32
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
21
-104
/
+8815
*
Default log level to INFO for now
ptitSeb
2021-03-07
1
-2
/
+2
*
Some cosmetic refinement to signal handling
ptitSeb
2021-03-07
1
-5
/
+5
*
Start of a new dev.cycle
ptitSeb
2021-03-07
1
-1
/
+1
*
Bumped to v0.0.2
ptitSeb
2021-03-07
1
-1
/
+1
*
Fixed some integrated help typo and copypasta
ptitSeb
2021-03-07
1
-12
/
+7
*
Added another batch of MMX opcodes (mmx test is ok)
ptitSeb
2021-03-07
1
-1
/
+131
*
Added a new batch of MMX opcodes
ptitSeb
2021-03-07
1
-3
/
+153
*
Added some MMX opcodes and fixed 66 0F 7E MOVQ
ptitSeb
2021-03-07
2
-1
/
+88
*
Added a few SSE2 opcodes
ptitSeb
2021-03-07
1
-0
/
+19
[next]