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 d8f9936073 made it more system v complient
in diff i use fucking r10b for somereason
2021-09-24 17:33:36 -04:00
inc made it more system v complient 2021-09-24 17:33:36 -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
case.asm made it more system v complient 2021-09-24 17:33:36 -04:00
CMakeLists.txt added the code that doesnt work to ./monkie 2021-09-22 02:38:12 -04:00
diff.asm made it more system v complient 2021-09-24 17:33:36 -04:00
length.asm made it more system v complient 2021-09-24 17:33:36 -04:00
LICENSE Initial commit 2021-09-09 18:24:55 -04:00
README.md added dependencies to readme 2021-09-19 11:59:59 -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