about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a couple of libc wrapped functionsptitSeb2021-04-051-14/+6
|
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-6/+9
|
* Added wrapped swscanfptitSeb2021-04-021-0/+8
|
* Fixed trace on mremapptitSeb2021-04-021-1/+2
|
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+7
|
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-011-2/+2
|
* Wrapped malloc to call calloc instead (not sure it's really needed)ptitSeb2021-04-011-5/+2
|
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-301-0/+6
|
* Added wrapped swprintfptitSeb2021-03-301-14/+5
|
* Added wrapped syslog and __syslog_chkptitSeb2021-03-291-0/+16
|
* Some work around backtrace to try get symbol from stack frame (not sure it ↵ptitSeb2021-03-291-6/+63
| | | | does work)
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
|
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-69/+8
|
* A few more libc wrapped functionsptitSeb2021-03-261-0/+1
|
* Added more libc wrapped functionsptitSeb2021-03-261-0/+7
|
* Fixed swprintf wrappingptitSeb2021-03-261-1/+1
|
* Added wrapped __swprintf_chk functionptitSeb2021-03-261-12/+5
|
* Even more libc wrapped functionsptitSeb2021-03-251-4/+3
|
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ↵ptitSeb2021-03-251-1/+1
| | | | libc wrapped functions
* More libc wrapped symbolsptitSeb2021-03-251-1/+8
|
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-251-49/+1
|
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-251-1/+1
|
* Added wrapped mmap64 and friendsptitSeb2021-03-251-29/+4
|
* Added a bunch of libc wrapped functionsptitSeb2021-03-251-3/+3
|
* 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 ↵ptitSeb2021-03-131-0/+1
| | | | more libc wrapped functions
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-121-2/+2
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-2/+6
| | | | stuff again
* 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
| | | | needed
* 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 ↵ptitSeb2021-03-031-4/+4
| | | | correct anyway)