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

Function formatOrdString

pythonmemorymodule/ordlookup/__init__.py:17–18  ·  view source on GitHub ↗
(ord_val)

Source from the content-addressed store, hash-verified

15
16
17def formatOrdString(ord_val):
18 return "ord{}".format(ord_val).encode()
19
20
21def ordLookup(libname, ord_val, make_name=False):

Callers 1

ordLookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected