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.

Pipeline

Installs
2
GitHub Stars
1
First Seen
May 13, 2026
xor-string-obfuscation — spectredeath/skill-flywheel