A C++17 header-only library that provides compile-time string and integer encryption using SIMD instructions, obfuscation via junk code injection and some "tricks" to break decompilers.
-
Updated
Jul 22, 2026 - C++
A C++17 header-only library that provides compile-time string and integer encryption using SIMD instructions, obfuscation via junk code injection and some "tricks" to break decompilers.
Compile-time string encryption and import obfuscation for Windows PE32(+) binaries
HWID Spoofer initially built for the popular client-side minecraft anticheat BAC (Badlion Anti-Cheat)
Encrypts Electron app asar files with AES-256 and obfuscates them using Terser, javascript-obfuscator, and html-minifier. Uses xorstr to obfuscate decryption logic.
Compile-time C++ string encryption. Header-only. Encrypts string literals at build time and stores them as scattered uint64 immediates — no plaintext and no visible blobs in the binary. Per-build random keys, decrypted only into a temporary stack buffer.
Add a description, image, and links to the xorstr topic page so that developers can more easily learn about it.
To associate your repository with the xorstr topic, visit your repo's landing page and select "manage topics."