Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add check for PT_TLS phdr | johannst | 2021-04-26 | 1 | -0/+1 |
* | added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/fini | johannst | 2021-04-25 | 1 | -29/+35 |
* | add support to resolve all relocations in PLT & RELA tables; add global varia... | johannst | 2021-04-21 | 1 | -2/+5 |
* | added memcpy + tests for memcpy/memset | johannst | 2021-04-20 | 1 | -0/+2 |
* | elf: add ehdr, sym, reloc | johannst | 2021-04-17 | 1 | -10/+104 |
* | added close,access,write,pread,mmap,munmap syscalls + syscall ret handler | johannst | 2021-04-17 | 2 | -8/+44 |
* | add memset | johannst | 2021-04-17 | 1 | -6/+9 |
* | Added dyn allocator + syscall wrappers + minor fixes. | johannst | 2021-03-26 | 5 | -20/+62 |
* | added efmt to write out error messages + ERROR_ON macro | johannst | 2021-03-21 | 2 | -0/+17 |
* | Split common headers in header/src files. | johannst | 2021-03-20 | 5 | -0/+187 |