| 18 | } |
| 19 | |
| 20 | inline BOOLEAN IsKernelAddress(PVOID Address) |
| 21 | { |
| 22 | return reinterpret_cast<SIZE_T>(Address) >= (static_cast<SIZE_T>(1) << (8 * sizeof(SIZE_T) - 1)); |
| 23 | } |
| 24 | |
| 25 | inline BOOLEAN IsUserAddressIa32(UINT64 Address) |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected