zombie-core-utils/README.md
2022-01-23 08:28:35 -05:00

274 B

zombie-core-utils

zombie-core-utils for x86 machines! zombie-core-utils uses zombie-lib as its libc with the exception of the occasional libc thing such as puts and malloc.

Dependencies

yay -S nasm

Build

mkdir build
cd build
cmake ..
make