Function Name
LoadLibraryExA
Description
LoadLibraryExA is used to load a specified module into the address space of the calling process. Malware commonly use this to load DLLs dynamically for evasion purposes.
Library
Kernel32.dll
Associated Attacks
Injection Evasion
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x