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

Method extract_methods_order

windows/com.py:308–310  ·  view source on GitHub ↗
(self, interface)

Source from the content-addressed store, hash-verified

306 return int(rpr[len("<COM method offset "): rpr.index(":")])
307
308 def extract_methods_order(self, interface):
309 index_and_method = sorted((self.get_index_of_method(m),name, m) for name, m in interface._functions_.items())
310 return index_and_method
311
312 def verify_implem(self, interface):
313 for func_name in interface._functions_:

Callers 1

_create_vtableMethod · 0.95

Calls 2

get_index_of_methodMethod · 0.95
itemsMethod · 0.45

Tested by

no test coverage detected