switch back from hooking IsDeviceServiceable to direct variable patching (fixes #146)

This commit is contained in:
zeffy
2018-04-02 13:23:43 -07:00
parent c7e94426a8
commit a8adfa3c08
16 changed files with 235 additions and 188 deletions

View File

@@ -29,4 +29,4 @@
extern IMAGE_DOS_HEADER __ImageBase;
#define PIMAGEBASE ((HMODULE)&__ImageBase)
#define OffsetToPointer(Base, Offset) ((void *)(((uint8_t *)(Base)) + ((ptrdiff_t)(Offset))))