Original Post
i am currently trying to retrieve the status of a debugport on a specific module.
Any help on what i am doing wrong? i am currently getting a linker error..
BYTE buffer[10];
DWORD StatusValue = NtQueryInformationProcess(handleModule,ProcessBasicInformation,&buffer,10,NULL);
1>Check_Debug_Port.obj : error LNK2019: unresolved external symbol _NtQueryInformationProcess referenced in function _wmain
1>C:\Users\debugger\Desktop\projects\Check_Debug_Port\Debug\Check_Debug_Port.exe : fatal error LNK1120: 1 unresolved externals
Any help on what i am doing wrong? i am currently getting a linker error..
BYTE buffer[10];
DWORD StatusValue = NtQueryInformationProcess(handleModule,ProcessBasicInformation,&buffer,10,NULL);
1>Check_Debug_Port.obj : error LNK2019: unresolved external symbol _NtQueryInformationProcess referenced in function _wmain
1>C:\Users\debugger\Desktop\projects\Check_Debug_Port\Debug\Check_Debug_Port.exe : fatal error LNK1120: 1 unresolved externals