SSaguninsagunwrites.hashnode.dev·4h ago · 7 min readUnderstanding PE FilesEvery time you open a Windows application, something important happens behind the scenes. The operating system needs to understand: Where the program starts What libraries it needs How memory should b00
SSaguninsagunwrites.hashnode.dev·4h ago · 7 min readStatic Malware AnalysisWhen security researchers discover a suspicious file, the first instinct might be: "Let's open it and see what it does." But with malware, that is extremely dangerous. Running an unknown malicious pro00