Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
formatOrdString(ord_val):
18
return
"ord{}"
.format(ord_val).encode()
19
20
21
def
ordLookup(libname, ord_val, make_name=False):
Callers
1
ordLookup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected