about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added kill and killpg wrapped functionsptitSeb2021-03-095-20/+22
* Added some more SSE opcodesptitSeb2021-03-092-0/+45
* Added clock wrapped functionptitSeb2021-03-091-1/+1
* Added F3 0F C2 opcodeptitSeb2021-03-091-1/+20
* More wrapped libc functionsptitSeb2021-03-095-19/+22
* Added more various opcodesptitSeb2021-03-092-1/+65
* Added strtol wrapped functionptitSeb2021-03-094-1/+5
* Added a bunch of various opcodesptitSeb2021-03-094-0/+145
* Fixed an issue with SDL Thread CreationptitSeb2021-03-092-2/+4
* A large batch of wrapped libc functionsptitSeb2021-03-095-115/+174
* Added REX 0F BA opcodesptitSeb2021-03-091-0/+97
* More libc wrapped functionsptitSeb2021-03-094-11/+15
* Fixed typo in an error messageptitSeb2021-03-091-1/+1
* Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libsptitSeb2021-03-0914-9/+1199
* Added more libc wrapped functionsptitSeb2021-03-094-12/+16
* Fixed XOpenIM wrapped function signatureptitSeb2021-03-091-1/+1
* Added some more libc wrapped functionsptitSeb2021-03-094-7/+19
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...ptitSeb2021-03-097-15/+40
* Added 66 0F 7F opcodeptitSeb2021-03-091-0/+7
* Added a few libc wrapped functionsptitSeb2021-03-094-3/+6
* Added REX 0F 5A..5F opcodesptitSeb2021-03-091-1/+48
* Added some more libc wrapped functionsptitSeb2021-03-094-41/+39
* Added some phtreads wrapped functionsptitSeb2021-03-094-20/+24
* Added REX 0F C8..CF BSWAP opcodesptitSeb2021-03-091-0/+15
* Added a few more libc wrapped functionsptitSeb2021-03-094-22/+42
* Remove isCpuTopology function call to the open wrapped functions that is not ...ptitSeb2021-03-081-33/+0
* Fixed F2/F3 A6/AE opcodesptitSeb2021-03-081-4/+4
* Added (F2/F3) A6 (REPNZ/REPZ) CMPSBptitSeb2021-03-081-1/+42
* Switched emu flags to 64bitsptitSeb2021-03-082-2/+3
* Added sigismember wrapped functionptitSeb2021-03-081-1/+1
* Added more wrapped functions to libc and libpthreadptitSeb2021-03-085-47/+68
* Added a few more libc wrapped libsptitSeb2021-03-084-3/+7
* Added (F2/F3) AE (REPNZ/REPZ) SCASB opcodeptitSeb2021-03-081-0/+34
* Added a few more libc wrapped functionsptitSeb2021-03-085-51/+39
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-085-34/+31
* [TRACE] Trace is not displaying relative offsets for now, preparing functionsptitSeb2021-03-081-0/+6
* Added special case for stdin/stdout/stderr in elfloader R_X86_64_COPY handlingptitSeb2021-03-081-1/+9
* Fixed va_list conversion for aarch64ptitSeb2021-03-081-5/+5
* Attempts at conversion of va_listptitSeb2021-03-084-17/+41
* Added a few libc wrapped functionsptitSeb2021-03-081-6/+6
* Added 66 85 TEST opcodeptitSeb2021-03-081-0/+7
* Fixed a few wrapped functionsptitSeb2021-03-088-29/+15
* Fixed non-REX.W 8D LEA opcodeptitSeb2021-03-081-1/+1
* Added another batch of wrapped x11 related lib (still un-tested copy from box86)ptitSeb2021-03-0812-4/+403
* Added a bunch of X11 related lib (copy from box86, mostly un-verified)ptitSeb2021-03-0814-5/+1569
* Added 0F AE /2 and /3 opcodesptitSeb2021-03-081-0/+6
* Added sysv_signal wrapped functionptitSeb2021-03-081-1/+1
* Added A8 TEST opcodeptitSeb2021-03-081-0/+3
* Added 66 0F 54..5F opcodesptitSeb2021-03-081-0/+92
* Added memrchr and memcpy wrapped functionsptitSeb2021-03-084-3/+7