Skip to content

Instantly share code, notes, and snippets.

@MayerDaniel
Created January 5, 2021 00:50
Show Gist options
  • Save MayerDaniel/778b58ad83d9a866805fa9bbb1fb8fdc to your computer and use it in GitHub Desktop.
Save MayerDaniel/778b58ad83d9a866805fa9bbb1fb8fdc to your computer and use it in GitHub Desktop.
How to cast MZ and PE headers in IDA

Go to libraries Shift+F11 and add the headers for the ms sdk win 10

IMAGE_DOS_HEADER for the MZ header and IMAGE_NT_HEADERS for the PE header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment