Skip to content

Instantly share code, notes, and snippets.

@fox-srt
Created November 10, 2023 16:45
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/5dcf647100813ebe60701efd72b1ab3c to your computer and use it in GitHub Desktop.
Save fox-srt/5dcf647100813ebe60701efd72b1ab3c to your computer and use it in GitHub Desktop.
struct QuarantineEntrySection1 {
CHAR Id[16];
CHAR ScanId[16];
QWORD Timestamp;
QWORD ThreatId;
DWORD One;
CHAR DetectionName[];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment