Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support to resolve all relocations in PLT & RELA tables; add global ↵ | johannst | 2021-04-21 | 1 | -2/+5 |
| | | | | variable as example to libgreet.so | ||||
* | 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 |