xor-string-obfuscation
Installation
SKILL.md
XOR String Obfuscation Pipeline
Overview
Build-time + runtime string obfuscation system. Python scripts transform plaintext #define strings into XOR-encoded hex arrays. At runtime, an init_strings() function decodes all strings back to plaintext. Prevents static analysis from revealing sensitive strings in the binary.