MCPcopy 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
43PVOID uint64_to_pointer(uint64_t i) {
44 PVOID ptr = reinterpret_cast<PVOID>(static_cast<uintptr_t>(i));
45 return ptr;
46}
47
48std::string wchar2string(const wchar_t* wideString) {
49 if (!wideString) {

Callers 2

processinfoFunction · 0.85
AugmentInfoMethod · 0.85

Calls

no outgoing calls

Tested by 1

processinfoFunction · 0.68