Function Name
FindWindowExA
Description
FindWindowExA is used to get a handle to the top-level window whose class name and window name match the specified strings. This function is commonly used by malware as an anti-debugging technique.
Library
User32.dll
Associated Attacks
Anti-Debugging
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x