1
0
Fork 0
A collection of obfuscated for fun C code written mostly by me.
Go to file
Intel A80486DX2-66 ca48a9f5ec
quine.c: remove the extra whitespace before `!`
2024-03-02 18:01:11 +03:00
src quine.c: remove the extra whitespace before `!` 2024-03-02 18:01:11 +03:00
tools
.editorconfig
.gitignore
C_code_chars_count.py
LICENSE
README.md
gitignore_clean.py update gitignore_clean.py to version `bcbdbf22e2` 2024-02-25 12:17:10 +03:00
obfuscations.md
run.sh run.sh: do not redivide the program arguments 2024-02-25 14:13:47 +03:00

README.md

fun-C-obfuscation

A collection of obfuscated for fun C code written mostly by me.

The primary goal is to shrink existing C code that I have written. However, some of the code will only work as intended on little-endian machines.