| 387 | static constexpr const char RTTI_REMOTE_STORAGE[] = "18CUserRemoteStorage"; |
| 388 | |
| 389 | static bool IsWithinSteamclient(uintptr_t ptr, uintptr_t steamBase, size_t steamSize) |
| 390 | { |
| 391 | return ptr >= steamBase && ptr < steamBase + steamSize; |
| 392 | } |
| 393 | |
| 394 | static bool IsLikelyAppCloudEnabledSlot(void** vtable, size_t slotIndex, uintptr_t steamBase, size_t steamSize) |
| 395 | { |
no outgoing calls
no test coverage detected