liblinux
liblinux copied to clipboard
Linux system calls.
Hey there, Would it be possible to add a few examples? e. g. from hello world to some SLIGHTLY longer examples perhaps? A bit like libffi may allow for this....
The build system has the potential to be a reusable framework. It should be split into its own git repository. - [x] Move all build system framework code out of...
The type of the auxiliary values structure members is currently defined to be either `Elf32_Off` or `Elf64_Off` depending on the target architecture. Is this really correct? Is there a more...