Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ uint64_to_pointer
Function
uint64_to_pointer
RedEdrShared/utils.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
PVOID uint64_to_pointer(uint64_t i) {
44
PVOID ptr = reinterpret_cast<PVOID>(static_cast<uintptr_t>(i));
45
return ptr;
46
}
47
48
std::string wchar2string(const wchar_t* wideString) {
49
if (!wideString) {
Callers
2
processinfo
Function · 0.85
AugmentInfo
Method · 0.85
Calls
no outgoing calls
Tested by
1
processinfo
Function · 0.68