Function Name
EnumResourceTypesA
Description
EnumResourceTypesA is used to enumerate resource types within a binary module. Starting with Windows Vista, this is typically a language-neutral Portable Executable (LN file), and the enumeration also includes resources from one of the corresponding language-specific resource files (.mui files)—if one exists—that contain localizable language resources. It is also possible to use hModule to specify a .mui file, in which case only that file is searched for resource types. Alternately, applications can call EnumResourceTypesEx, which provides more precise control over which resource files to enumerate.
Library
Kernel32.dll
Associated Attacks
Enumeration
Created: 2021-11-02
Last Update: 2021-11-02
Credits: @TalenceSecurity