Skip to content

Instantly share code, notes, and snippets.

@fox-srt
Created November 10, 2023 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fox-srt/0ddebfa4d7edfd7fcba3ebc7e9ee7844 to your computer and use it in GitHub Desktop.
Save fox-srt/0ddebfa4d7edfd7fcba3ebc7e9ee7844 to your computer and use it in GitHub Desktop.
struct QuarantineEntryFileHeader {
CHAR MagicHeader[4];
CHAR Unknown[4];
CHAR _Padding[32];
DWORD Section1Size;
DWORD Section2Size;
DWORD Section1CRC;
DWORD Section2CRC;
CHAR MagicFooter[4];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment