guccig4366/xbsReverseSkill

Reverse Web/JS code with AST deobfuscation, algorithm and protocol analysis, and browser environment emulation for fast reverse engineering

5Stars on the repository
3Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ast-deobfuscation

01

guccig4366/xbsReverseSkill

Skill Claude CodeCodex

A workflow for simplifying deliberately hard-to-read JavaScript by analyzing its abstract syntax tree, the structured representation of source code. It targets patterns such as encoded strings, fake branches, and rearranged control flow.

not rated 5 yesterday A 146 tokens copy · 100% MIT

guccig4366/xbsReverseSkill

Skill Claude CodeCodex

A workflow for reconstructing calculations in web JavaScript from their final outputs, such as request parameters, cookies, headers, or WebSocket messages. It covers signatures, encryption, verification challenges, WebAssembly, and heavily obfuscated code.

not rated 5 yesterday A 226 tokens copy · 100% MIT

web-reverse-env

03

guccig4366/xbsReverseSkill

Skill Claude CodeCodex

A workflow for making JavaScript that expects a web browser run in another environment, such as Node.js. It diagnoses missing browser objects and behaviors, including prototypes, property descriptors, storage, canvas, WebGL, and workers.

not rated 5 yesterday A 121 tokens copy · 100% MIT