Skip to content

Instantly share code, notes, and snippets.

@fox-srt
Created November 10, 2023 17:05
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/d340b214eb0bd55d466d7c222a2571d9 to your computer and use it in GitHub Desktop.
Save fox-srt/d340b214eb0bd55d466d7c222a2571d9 to your computer and use it in GitHub Desktop.
enum FIELD_TYPE : WORD {
STRING = 0x1,
WSTRING = 0x2,
DWORD = 0x3,
RESOURCE_DATA = 0x4,
BYTES = 0x5,
QWORD = 0x6,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment