about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrapped some more functionsptitSeb2021-03-131-5/+4
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-131-42/+33
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...ptitSeb2021-03-131-0/+1
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-121-2/+2
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-2/+6
* Fixed the already wrapped non-valist __Xprintf_chk functionsptitSeb2021-03-101-3/+12
* Wrapped sprintfptitSeb2021-03-101-12/+6
* Added statfs64 fstatfs64 and _IO_xxxx wrapped functionsptitSeb2021-03-091-23/+6
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-091-96/+2
* Alignement of struct stat / stat64ptitSeb2021-03-091-19/+3
* Added kill and killpg wrapped functionsptitSeb2021-03-091-16/+7
* More wrapped libc functionsptitSeb2021-03-091-15/+7
* A large batch of wrapped libc functionsptitSeb2021-03-091-16/+52
* Remove isCpuTopology function call to the open wrapped functions that is not ...ptitSeb2021-03-081-33/+0
* Added a few more libc wrapped functionsptitSeb2021-03-081-44/+24
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-081-26/+10
* Attempts at conversion of va_listptitSeb2021-03-081-14/+6
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-2/+2
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-27/+33
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-2/+1
* Added fork wrapped functionptitSeb2021-03-051-2/+2
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-18/+8
* Fixed __libc_start_main emulationptitSeb2021-03-041-3/+3
* A bit more work on syscall, to avoid old deprecated onesptitSeb2021-03-041-56/+9
* A bit more work to prepare x86_64 emulationptitSeb2021-03-031-1/+1
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-4/+4
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+2590