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 015f460d7f removed length code from differ
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
2021-09-19 12:20:15 -04:00
inc made case its own function 2021-09-19 12:18:33 -04:00
.gitignore added yes 2021-09-09 18:34:54 -04:00
case.asm made case its own function 2021-09-19 12:18:33 -04:00
CMakeLists.txt added diff but currently it only compares length 2021-09-18 06:06:05 -04:00
diff.asm removed length code from differ 2021-09-19 12:20:15 -04:00
length.asm made a folder for includes 2021-09-18 05:46:33 -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