Skip to content

Instantly share code, notes, and snippets.

@fox-srt
Created November 10, 2023 17:10
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/f72229e1c1a4dcb4cbfbaffa2e493e0b to your computer and use it in GitHub Desktop.
Save fox-srt/f72229e1c1a4dcb4cbfbaffa2e493e0b to your computer and use it in GitHub Desktop.
typedef struct _WIN32_STREAM_ID {
STREAM_ID StreamId;
STREAM_ATTRIBUTES StreamAttributes;
QWORD Size;
DWORD StreamNameSize;
WCHAR StreamName[StreamNameSize / 2];
} WIN32_STREAM_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment