about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added __cxa_atexit wrapped functionptitSeb2021-03-061-1/+1
|
* More work on wrapped lib and elf relocationsptitSeb2021-03-068-8/+682
|
* Wrapped usleep functionptitSeb2021-03-051-1/+1
|
* Added fork wrapped functionptitSeb2021-03-052-3/+3
|
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-2/+2
|
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-054-11/+15
|
* Added some phtread functionsptitSeb2021-03-054-4/+16
|
* Added atof, atoi, atol and atoll wrapped functionsptitSeb2021-03-054-4/+12
|
* Added putchar wrapped functionptitSeb2021-03-054-1/+5
|
* Added calloc and free wrapped functionsptitSeb2021-03-054-2/+10
|
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-055-20/+14
|
* Fixed __libc_start_main emulationptitSeb2021-03-041-3/+3
|
* Added puts wrapped function (and test03 works)ptitSeb2021-03-041-1/+1
|
* Added C syscall wrapperptitSeb2021-03-044-1/+8
|
* Added first attempt at function wrappingptitSeb2021-03-041-24/+24
|
* A bit more work on syscall, to avoid old deprecated onesptitSeb2021-03-041-56/+9
|
* Small change to wrapped ld-linux to make it more portableptitSeb2021-03-041-2/+7
|
* 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-035-6/+26
| | | | correct anyway)
* Added rt and pthread wrapped libptitSeb2021-03-037-0/+423
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-0311-0/+5753