RBRhythm Babu Kafleinbuddha404.hashnode.dev·Jun 11 · 6 min readPE Section: Deep DiveThe PE structure that my previous blog talked about, was only the blueprint. The actual code, strings, variables, resources, and other contents of a program live inside the PE Sections. The PE headers10
RBRhythm Babu Kafleinbuddha404.hashnode.dev·Jun 5 · 8 min readPE FundamentalsWhenever you launch an application on Windows, whatever the file may be, Windows needs a way to understand how that file should be loaded into the memory and executed. This information is stored in a 10
RBRhythm Babu Kafleinbuddha404.hashnode.dev·May 31 · 5 min readHow Does Windows Authentication Actually Work?Every time we log into a Windows machine, or access a shared folder on the network, Windows runs an authentication process behind the scenes. It happens in milliseconds, and understanding it is the fo10