about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added wrapped malloc functionptitSeb2021-03-061-0/+1
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-0/+36
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-051-2/+3
* Added some phtread functionsptitSeb2021-03-051-0/+3
* Added atof, atoi, atol and atoll wrapped functionsptitSeb2021-03-051-0/+2
* Added putchar wrapped functionptitSeb2021-03-051-0/+1
* Added calloc and free wrapped functionsptitSeb2021-03-051-0/+2
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-0/+1
* Added C syscall wrapperptitSeb2021-03-041-0/+2
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-0/+4
* Added rt and pthread wrapped libptitSeb2021-03-031-0/+9
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+50