# bbcrack # Detect and decode strings obfuscated with XOR, ROL, and ADD algorithms # FOR610 Labs: 5.2 | Sections: 5 % xor, rol, add, deobfuscation, balbuzard # Basic usage bbcrack -l 1 specimen.dll # --- Recipes (multi-tool chains) --- # >> Brute-Force XOR Key # Quick check for XOR-encoded URLs/PE headers XORSearch http: # Brute-force single-byte XOR keys brxor.py # Try XOR, ROL, ADD combinations bbcrack -l 1 # Guess multi-byte XOR key length and value xortool # Decode with known key xortool-xor -s '' -i -o