TGViewer
Orca Cyber Weapons Orca Cyber Weapons @orcacyberweapons · 1.31K subscribers
Post #3859 865
sbox - delimiter-less string obfuscation powered by compile-time AES

Plaintext literals are a signature. Standard string serialization using delimiters is easy to trace and trivial to reverse. I wrote sbox to handle both single-string and multi-string encryption at compile-time, ensuring that sensitive source data is never exposed in the constant pool.

The project ports the AES8 core from Obfusk8 to the NeetCode "Encode and Decode Strings" challenge.

The implementation passed NeetCode in 7ms.

- Static Stealth: Shreds both atomic literals and string arrays at compile-time. The strings utility returns high-entropy noise instead of rodata artifacts.
- Delimiter-less: Fixed-width headers and AES-128 blocks remove the need for predictable separators.
- Binary Safe: Handles raw payloads and null bytes without the overhead of split-logic.

Making static analysis irrelevant for a standard coding challenge.


sbox repo : https://github.com/x86byte/sbox
  • ❤ 2
  • 👍 1
More from @orcacyberweapons
  1. Sep 16, 2026Static Devirtualization of Tencent VM by aftermathlabs @OrcaCyberWeapons
  2. Sep 16, 2026Some bugs found via binary instrumentation and fuzzing by aftermathlabs ~"Using BLARE2 for…
  3. Sep 15, 2026After a long wait, the BinaryHardening organization is finally back GitHub Support confirm…
  4. Aug 1, 2026Static Devirtualization of Tencent VM by @BackEngineerLab . Great read for anyone interest…
  5. Jul 7, 2026Update - GitHub flagged the org, cfgrip is on GitLab now: https://gitlab.com/BinaryHardeni…
  6. Jul 2, 2026Binary Hardening just put out cfgrip v1.0.0 - https://github.com/BinaryHardening/cfgrip It…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →