Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的事情,通过属于dll父进程的类名找到顶级窗口。从我在互联网上找到的我应该
EnumWindows
EnumWindowsProc
GetClassName
GetWindowThreadProcessId
但是我遇到了一个障碍,如何获取 dll loader 的 PID?或者也许还有另一种方法可以按类名查找父窗口?
你不能只使用GetCurrentProcessId吗?
您也可以使用PSAPI函数,但这可能有点矫枉过正......