mmert_11Writing a static deobfuscator for Lazy ImporterIn this blog, I’m going to introduce my static deobfuscator that I developed as a personal challenge. Our mission is writing a deobfuscator…Nov 22
upsidedwnAutomated (simple) deobfuscation of .NET malwareObfuscation techniques can make the analysis of obfuscated .NET malware challenging, even though .NET binaries can be easily decompiled…Jul 14, 2023
Krista MurdockHidden in Plain Sight: JavaScript De-obfuscation (A HTB Writeup)It occurred to me as I was beating my head against the wall trying to figure out why I couldn’t get a seemingly trivial but somehow…Nov 3Nov 3
Muhammad HaroonLets Defend: Malicious VBA Challenge WriteupReady to dive into the world of malicious VBA code analysis? Let’s tackle this challenge together! 🕵️♂️Jan 4Jan 4
InJavaScript in Plain EnglishbyDhanush NJavaScript ObfuscationJavaScript obfuscation is a technique used to make code more difficult to read or understand by humans, without affecting its…Sep 15Sep 15
mmert_11Writing a static deobfuscator for Lazy ImporterIn this blog, I’m going to introduce my static deobfuscator that I developed as a personal challenge. Our mission is writing a deobfuscator…Nov 22
upsidedwnAutomated (simple) deobfuscation of .NET malwareObfuscation techniques can make the analysis of obfuscated .NET malware challenging, even though .NET binaries can be easily decompiled…Jul 14, 2023
Krista MurdockHidden in Plain Sight: JavaScript De-obfuscation (A HTB Writeup)It occurred to me as I was beating my head against the wall trying to figure out why I couldn’t get a seemingly trivial but somehow…Nov 3
Muhammad HaroonLets Defend: Malicious VBA Challenge WriteupReady to dive into the world of malicious VBA code analysis? Let’s tackle this challenge together! 🕵️♂️Jan 4
InJavaScript in Plain EnglishbyDhanush NJavaScript ObfuscationJavaScript obfuscation is a technique used to make code more difficult to read or understand by humans, without affecting its…Sep 15
Prerak BhattDe-obfuscating and reversing a .NET/C# spywareTools used: peid, de4dot, strings.exe, dnspy x86, .NET Reflector (trial) ~ inside an isolated Windows 10 VMMay 30, 2021
Collins KariukiJavaScript DeobfuscationIf you inspect a website using developer tools, you can access its HTML, CSS, and JavaScript code. For website owners, this means that…Oct 14