Rename things to ush for brevity. Add Tree system.

This commit is contained in:
Michael Mikovsky
2026-02-09 10:27:15 -07:00
parent ebeaa29d5b
commit 2a18639d84
86 changed files with 368 additions and 419 deletions
+3
View File
@@ -0,0 +1,3 @@
- Automate adding obfuscation to code
- Make random assembly use a distribution, not a random range, for more realistic code.
- Make the symbolic obfuscation actually symbolic, by creating a symbol table, not AES encryption.