commit b74b4f80a206bbce1157c4d2c561990fef535dd4 parent d9666f9c8dbe82015776776ed76a05170c9bc862 Author: finwo <finwo@pm.me> Date: Sat, 10 Jan 2026 21:27:33 +0100 Move original obfuscation experiment into subdirectory Diffstat:
13 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/0000-obfuscation-experiment/.gitignore diff --git a/README.md b/0000-obfuscation-experiment/README.md diff --git a/configure b/0000-obfuscation-experiment/configure diff --git a/inc/base.h b/0000-obfuscation-experiment/inc/base.h diff --git a/make/00-deps b/0000-obfuscation-experiment/make/00-deps diff --git a/make/01-obj b/0000-obfuscation-experiment/make/01-obj diff --git a/make/90-objects b/0000-obfuscation-experiment/make/90-objects diff --git a/make/91-cryptotest b/0000-obfuscation-experiment/make/91-cryptotest diff --git a/make/99-clean b/0000-obfuscation-experiment/make/99-clean diff --git a/src/atoui.c b/0000-obfuscation-experiment/src/atoui.c diff --git a/src/decrypt.c b/0000-obfuscation-experiment/src/decrypt.c diff --git a/src/encrypt.c b/0000-obfuscation-experiment/src/encrypt.c diff --git a/src/main.c b/0000-obfuscation-experiment/src/main.c