Function Name
FindResourceA
Description
FindResourceA is used to find a resource in an executable or loaded DLL. Malware sometimes uses resources to store strings, configuration information, or other malicious files. If you see this function used, check for a .rsrc section in the malware’s PE header.
Library
Kernel32.dll
Associated Attacks
Helper
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x