switch back from hooking IsDeviceServiceable to direct variable patching (fixes #146)
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
|
||||
extern IMAGE_DOS_HEADER __ImageBase;
|
||||
#define PIMAGEBASE ((HMODULE)&__ImageBase)
|
||||
|
||||
#define OffsetToPointer(Base, Offset) ((void *)(((uint8_t *)(Base)) + ((ptrdiff_t)(Offset))))
|
||||
|
Reference in New Issue
Block a user