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.
zombie
b5946dc338
Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-core-utils |
||
---|---|---|
inc | ||
lib | ||
monkie | ||
.gitignore | ||
.gitmodules | ||
case.asm | ||
CMakeLists.txt | ||
diff.asm | ||
length.asm | ||
LICENSE | ||
README.md | ||
yes.asm |
zombie-core-utils
Dependencies
yay -S nasm
Build
mkdir build
cd build
cmake ..
make