Skip to content

Instantly share code, notes, and snippets.

@xorhex
Created September 22, 2019 00:25
Show Gist options
  • Save xorhex/ee3cd13a75291afd22090a058db68b8b to your computer and use it in GitHub Desktop.
Save xorhex/ee3cd13a75291afd22090a058db68b8b to your computer and use it in GitHub Desktop.
typedef struct _IMAGE_IMPORT_BY_NAME {
WORD Hint;
BYTE Name[1];
} IMAGE_IMPORT_BY_NAME,*PIMAGE_IMPORT_BY_NAME;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment