MCPcopy Create free account
hub / github.com/Artikash/Textractor / HexString

Function HexString

host/hookcode.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 std::wstring HexString(int64_t num)
186 {
187 if (num < 0) return FormatString(L"-%I64X", -num);
188 return FormatString(L"%I64X", num);
189 }
190
191 std::wstring GenerateRCode(HookParam hp)
192 {

Callers 3

GenerateRCodeFunction · 0.85
GenerateHCodeFunction · 0.85
hookcode.cppFile · 0.85

Calls 1

FormatStringFunction · 0.85

Tested by

no test coverage detected