Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ toUpperHex
Function
toUpperHex
libop/memory/ProcessMemory.cpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
wstring toUpperHex(uintptr_t value) {
125
std::wstringstream out;
126
out << std::uppercase << std::hex << value;
127
return out.str();
128
}
129
130
} // namespace
131
Callers
1
str2address
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected