mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Fix remote peb64 moodule parsing fail
This commit is contained in:
+1
-1
@@ -622,4 +622,4 @@ if CurrentProcess().bitness == 32:
|
||||
res.append(current_dll)
|
||||
list_entry_ptr = current_dll.InMemoryOrderLinks.Flink.raw_value
|
||||
current_dll = self.ptr_flink_to_remote_module(list_entry_ptr)
|
||||
return res
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user