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

Method get_base

pydevd_attach_to_process/winappdbg/module.py:251–257  ·  view source on GitHub ↗

@rtype: int or None @return: Base address of the module. Returns C{None} if unknown.

(self)

Source from the content-addressed store, hash-verified

249 return process.get_pid()
250
251 def get_base(self):
252 """
253 @rtype: int or None
254 @return: Base address of the module.
255 Returns C{None} if unknown.
256 """
257 return self.lpBaseOfDll
258
259 def get_size(self):
260 """

Callers 15

get_nameMethod · 0.95
match_nameMethod · 0.95
open_handleMethod · 0.95
load_symbolsMethod · 0.95
get_label_at_addressMethod · 0.95
is_address_hereMethod · 0.95
resolve_labelMethod · 0.95
print_module_loadMethod · 0.80
print_module_unloadMethod · 0.80
__init__Method · 0.80
fetch_extra_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected