jschicht / NativeRegMod

A native application that can modify registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using _ui64toa and few other function generate MSVCRTD error LNK2019

himgarg opened this issue · comments

commented

LNK2019: unresolved external symbol __imp_IsDebuggerPresent referenced in function __raise_securityfailure MSVCRTD.lib(gs_report.obj)

_ui64toa method require access to winapi lib? I cannot include anything other than ntdll.lib in my linker input. Without kernel.lib, I will not be able to compile it correct.

I have managed to get it to build using WDK.

https://github.com/bbalegere/NativeRegMod

Unfortunately I get the same LINK errors if I try building with Visual Studio.