| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added atof, atoi, atol and atoll wrapped functions | ptitSeb | 2021-03-05 | 3 | -0/+8 | |
| * | Added putchar wrapped function | ptitSeb | 2021-03-05 | 3 | -0/+4 | |
| * | Added calloc and free wrapped functions | ptitSeb | 2021-03-05 | 3 | -0/+8 | |
| * | Added printf wrapped function and some VA_ARG work | ptitSeb | 2021-03-05 | 3 | -1/+5 | |
| * | Added C syscall wrapper | ptitSeb | 2021-03-04 | 3 | -0/+7 | |
| * | Added first attempt at function wrapping | ptitSeb | 2021-03-04 | 1 | -24/+24 | |
| * | Added some X86_64 RelocA and a few wrapped function (wrapper still not correc... | ptitSeb | 2021-03-03 | 3 | -0/+16 | |
| * | Added rt and pthread wrapped lib | ptitSeb | 2021-03-03 | 3 | -0/+36 | |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 3 | -0/+167 | |