举报
$cb = DllStructCreate("dword;dword;int;int;int;int;int;int;int;int") $cbPtr = DllStructGetPtr($cb) $Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1F0FFF, 'int', False, 'int', @AutoItPID) $return = DllCall("psapi.dll", 'int', 'GetProcessMemoryInfo', 'long', $Handle[0], "ptr", $cbPtr, "dword", DllStructGetSize($cb)) MsgBox(0, "", $return) DllCall('kernel32.dll', 'int', 'CloseHandle', 'int', $Handle[0])
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-22 16:58 , Processed in 0.076926 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.