OneTrainee / ErisDbg

1 stars 0 forks source link

无法编译呢,有几个函数找不到符号,我看这几个函数貌似没有实现呢大神 #1

Open KungFuMxd opened 3 weeks ago

KungFuMxd commented 3 weeks ago

1>initDbg.obj : error LNK2019: 无法解析的外部符号 "long cdecl HotGetDbgkInitialize(void)" (?HotGetDbgkInitialize@@YAJXZ),函数 "void cdecl InitDBG(void)" (?InitDBG@@YAXXZ) 中引用了该符号 1>initDbg.obj : error LNK2019: 无法解析的外部符号 "long cdecl SelfNtCreateDebugObject(void ,unsigned long,struct _OBJECT_ATTRIBUTES *,unsigned long)" (?SelfNtCreateDebugObject@@YAJPEAPEAXKPEAU_OBJECT_ATTRIBUTES@@K@Z),函数 "unsigned char cdecl HookNtCreateDebugObject(void)" (?HookNtCreateDebugObject@@YAEXZ) 中引用了该符号 1>initDbg.obj : error LNK2019: 无法解析的外部符号 "long cdecl SelfNtWaitForDebugEvent(void ,unsigned char,union _LARGE_INTEGER ,struct _DBGUI_WAIT_STATE_CHANGE *)" (?SelfNtWaitForDebugEvent@@YAJPEAXEPEAT_LARGE_INTEGER@@PEAU_DBGUI_WAIT_STATE_CHANGE@@@Z),函数 "unsigned char cdecl HookNtWaitForDebugEvent(void)" (?HookNtWaitForDebugEvent@@YAEXZ) 中引用了该符号 1>initDbg.obj : error LNK2019: 无法解析的外部符号 "long cdecl SelfNtDebugActiveProcess(void ,void )" (?SelfNtDebugActiveProcess@@YAJPEAX0@Z),函数 "unsigned char cdecl HookNtDebugActiveProcess(void)" (?HookNtDebugActiveProcess@@YAEXZ) 中引用了该符号 1>initDbg.obj : error LNK2019: 无法解析的外部符号 "long cdecl SelfNtDebugContinue(void ,struct _CLIENT_ID ,long)" (?SelfNtDebugContinue@@YAJPEAXPEAU_CLIENT_ID@@J@Z),函数 "unsigned char cdecl HookNtDebugContinue(void)" (?HookNtDebugContinue@@YAEXZ) 中引用了该符号

KungFuMxd commented 3 weeks ago

是有啥文件没公布吗