# 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 ```bash yay -S nasm ``` ## Build ```bash mkdir build cd build cmake .. make ```