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
015f460d7f
after galaxy brianing i realize i dont need to check the length of the strings because if it compares a character with another from another string and one is a zero we have reached the end of the string and we arnt reading memory that isnt ours |
||
---|---|---|
inc | ||
.gitignore | ||
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