MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_image_base

Method get_image_base

pydevd_attach_to_process/winappdbg/process.py:929–934  ·  view source on GitHub ↗

@rtype: int @return: Image base address for the process main module.

(self)

Source from the content-addressed store, hash-verified

927 return self.get_module(self.get_image_base())
928
929 def get_image_base(self):
930 """
931 @rtype: int
932 @return: Image base address for the process main module.
933 """
934 return self.get_peb().ImageBaseAddress
935
936 def get_image_name(self):
937 """

Callers 2

get_main_moduleMethod · 0.95
get_image_nameMethod · 0.95

Calls 1

get_pebMethod · 0.95

Tested by

no test coverage detected