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.
Find a file
zombie 72ea91e9be fixed my last garbage commit
for some reason i was commiting to the wrong repo?
2021-10-02 08:47:54 -04:00
inc Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
monkie added the code that doesnt work to ./monkie 2021-09-22 02:38:12 -04:00
.gitignore added yes 2021-09-09 18:34:54 -04:00
arg.asm Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
case.asm Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
CMakeLists.txt Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
diff.asm Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
length.asm Merge branch 'master' of ssh://play.qtechofficial.com:9940/ZNG_Zombie-Not-GNU/zombie-lib 2021-10-02 08:30:17 -04:00
LICENSE fixed my last garbage commit 2021-10-02 08:47:54 -04:00
README.md fixed my last garbage commit 2021-10-02 08:47:54 -04:00
yes.asm added yes 2021-09-09 18:34:54 -04:00

zombie-core-utils

Dependencies

yay -S nasm

Build

mkdir build
cd build
cmake ..
make