mirror of
https://github.com/hfiref0x/WinObjEx64
synced 2026-06-08 14:40:58 +00:00
2f439f5518
updated SeCiCallbacks search for newest Windows versions fixed win32k ApiSet resolving for Win10 21H2 fixed ObCallbacks enumeration issues support for various kernel driver helpers ported to msvc 2022 (with backward compatibility to 2019) bugfixes rtls updated (beta 1)
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
#include "resource.h"
|
|
#include "winres.h"
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#ifndef _UseOwnDriver
|
|
IDR_KDBGDRV SYS "..\\drvstore\\kldbgdrv.sys"
|
|
#else
|
|
#ifdef _UseWinIo
|
|
IDR_KDBGDRV SYS "..\\drvstore\\winio.sys"
|
|
#else
|
|
IDR_KDBGDRV SYS "..\\drvstore\\wodbgdrv.sys"
|
|
#endif
|
|
#endif
|