Function Name
GetModuleHandleA
Description
GetModuleHandleW is used to retrieve a module handle for the specified module. The module must have been loaded by the calling process. This function is often used along with GetProcAddress to dynamically retrieve the address of a function for evasion purposes.
Library
Kernel32.dll
Associated Attacks
Injection Evasion
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x