mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Get PEB of other process without injection
This commit is contained in:
@@ -30,7 +30,6 @@ def get_remote_func_addr(target, dll_name, func_name):
|
||||
|
||||
|
||||
def is_wow_64(hProcess):
|
||||
import ipdb;ipdb.set_trace()
|
||||
try:
|
||||
fnIsWow64Process = get_func_addr("kernel32.dll", "IsWow64Process")
|
||||
except winproxy.Kernel32Error:
|
||||
|
||||
Reference in New Issue
Block a user