July 24, 2025 • coding Assembly-01: Collatz Conjecture in x64 A deep dive into x86-64 assembly programming: implementing the Collatz Conjecture with performance optimizations. Read more →
July 20, 2025 • coding Assembly-00: Step 0 for Everyone A hands-on walkthrough of writing your first x64 assembly programs with MASM—no abstractions, no shortcuts. Just raw console output using the C runtime and Windows API. Read more →
July 17, 2025 • malware-analysis Dumpulating Voldemort: A Wizard's Guide Proofpoint researchers uncovered a malware campaign delivering a payload named after none other than 'Voldemort'—the malware that must not be named! Let's dive into how we can use Dumpulator and IDA scripting to reveal its secrets. Read more →