MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / get_entry_name_basicimpl

Method get_entry_name_basicimpl

windows/winobject/apisetmap.py:38–39  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

36 raise NotImplementedError("Should be implemented by subclasses")
37
38 def get_entry_name_basicimpl(self, entry):
39 return self.read_apiset_wstring(entry.NameOffset, entry.NameLength)
40
41 def values_for_entry(self, entry):
42 raise NotImplementedError("Should be implemented by subclasses")

Callers

nothing calls this directly

Calls 1

read_apiset_wstringMethod · 0.95

Tested by

no test coverage detected