Created
September 22, 2019 00:25
-
-
Save xorhex/ee3cd13a75291afd22090a058db68b8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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