| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More work on elfloader and relocation (and tls) | ptitSeb | 2021-03-06 | 3 | -21/+148 |
| * | More work on wrapped lib and elf relocations | ptitSeb | 2021-03-06 | 1 | -1/+1 |
| * | Added calloc and free wrapped functions | ptitSeb | 2021-03-05 | 1 | -1/+1 |
| * | Fixed PltResolver slot handling | ptitSeb | 2021-03-05 | 1 | -2/+4 |
| * | Fix injection of PLT Resolver | ptitSeb | 2021-03-04 | 1 | -6/+6 |
| * | Added R_X86_64_JUMP_SLOT to RelA relocation handling | ptitSeb | 2021-03-04 | 1 | -1/+29 |
| * | Added some X86_64 RelocA and a few wrapped function (wrapper still not correc... | ptitSeb | 2021-03-03 | 1 | -1/+31 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 2 | -141/+76 |
| * | Another batch of printf/scanf format errors | ptitSeb | 2021-03-02 | 2 | -2/+2 |
| * | Fixed a bunch of print format error | ptitSeb | 2021-03-02 | 3 | -36/+36 |
| * | More elf loader and parsing and stack preparing | ptitSeb | 2021-03-02 | 1 | -31/+31 |
| * | Detecting tcmalloc now | ptitSeb | 2021-03-02 | 1 | -2/+2 |
| * | Load elf in memory | ptitSeb | 2021-03-01 | 1 | -1/+1 |
| * | Read elf header of launched executable | ptitSeb | 2021-03-01 | 4 | -0/+2066 |