Suppress Ares' swizzle warning
| 1379 | |
| 1380 | // Suppress Ares' swizzle warning |
| 1381 | size_t __fastcall HexStr2Int_replacement(const char* str) |
| 1382 | { |
| 1383 | // Fake a pointer to trick Ares |
| 1384 | return std::hash<std::string_view>{}(str) & 0xFFFFFF; |
| 1385 | } |
| 1386 | |
| 1387 | DEFINE_FUNCTION_JUMP(CALL, 0x6E8305, HexStr2Int_replacement); // TaskForce |
| 1388 | DEFINE_FUNCTION_JUMP(CALL, 0x6E5FA6, HexStr2Int_replacement); // TagType |
nothing calls this directly
no outgoing calls
no test coverage detected