Remove breakpoint

This commit is contained in:
hakril
2025-01-16 22:25:34 +01:00
parent 1297996725
commit 234844cf12
-1
View File
@@ -37,7 +37,6 @@ def get_remote_func_addr(target, dll_name, func_name):
def is_wow_64(handle):
import pdb;pdb.set_trace()
if not windows.winproxy.is_implemented(windows.winproxy.IsWow64Process):
return False
Wow64Process = gdef.BOOL()