MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / IsKernel4x

Function IsKernel4x

projects/uLoader/source/ul/loader/loader_Target.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 inline bool IsKernel4x() {
64 u64 dummy = 0;
65 const auto rc = svcGetInfo(&dummy, InfoType_InitialProcessIdRange, INVALID_HANDLE, 0);
66 return R_VALUE(rc) != KERNELRESULT(InvalidEnumValue);
67 }
68
69 inline bool IsKernel5xOrLater() {
70 u64 dummy = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected