Deobfuscating Javascript via AST: Replacing References to Constant Variables with Their Actual Value
A guide detailing how to simplify references to constants in obfuscated javascript.
Writeups and other posts.
A guide detailing how to simplify references to constants in obfuscated javascript.
A guide detailing how to deobfuscate programs obfuscated with simplifiable binary expressions.
A guide detailing how to restore dot operator notation in obfuscated javascript.
A guide detailing how to undo string concealing in obfuscated javascript.
An introduction to Javascript obfuscation, abstract syntax trees, and Babel in the context of reverse-engineering
short notes for wargames hosted on dreamhack.io
short notes for HTB Machine Lab
Some basic methods for SQL injection.