Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Unresolved externals

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
Fogueteiro
Advanced Cheater
Reputation: 0

Joined: 03 Nov 2006
Posts: 98

PostPosted: Mon Jan 15, 2007 12:39 am    Post subject: Unresolved externals Reply with quote

Well well, the driver of CE is pretty well coded, so i decided to change a couple of things that i thought useful, like some extra rootkit options. But, since i never compiled a driver (even though i have the lastest DDK), i tried but failed miserably, and couldnt find anywhere to get help, so this is my last resort. See the errors below.

Visual C++ 2005 Express wrote:

cetc.obj : error LNK2019: unresolved external symbol __imp__PsTerminateSystemThread referenced in function _CETC_CORE
cetc.obj : error LNK2019: unresolved external symbol __imp__KeWaitForSingleObject referenced in function _CETC_CORE
tdiwrapper.obj : error LNK2001: unresolved external symbol __imp__KeWaitForSingleObject
cetc.obj : error LNK2019: unresolved external symbol __imp__KeInitializeEvent referenced in function _CETC_CORE
tdiwrapper.obj : error LNK2001: unresolved external symbol __imp__KeInitializeEvent
cetc.obj : error LNK2019: unresolved external symbol _FirstScan referenced in function _CETC_CORE
cetc.obj : error LNK2019: unresolved external symbol __imp__IoGetCurrentProcess referenced in function _CETC_CORE
cetc.obj : error LNK2019: unresolved external symbol __imp__ExFreePoolWithTag referenced in function _CETC_CORE
DBKDrvr.obj : error LNK2001: unresolved external symbol __imp__ExFreePoolWithTag
cetc.obj : error LNK2019: unresolved external symbol __imp__PsCreateSystemThread referenced in function _InitializeCETC
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeDelayExecutionThread referenced in function _mykapc
processlist.obj : error LNK2001: unresolved external symbol __imp__KeDelayExecutionThread
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeInsertQueueApc referenced in function _mykapc
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeInitializeApc referenced in function _mykapc
processlist.obj : error LNK2001: unresolved external symbol __imp__KeInitializeApc
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeDetachProcess referenced in function _MSJDispatchIoctl
memscan.obj : error LNK2001: unresolved external symbol __imp__KeDetachProcess
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeAttachProcess referenced in function _MSJDispatchIoctl
memscan.obj : error LNK2001: unresolved external symbol __imp__KeAttachProcess
DBKDrvr.obj : error LNK2019: unresolved external symbol _DBKResumeProcess referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _DBKSuspendProcess referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _DBKResumeThread referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _DBKSuspendThread referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _PsSetCreateThreadNotifyRoutine referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _PsSetCreateProcessNotifyRoutine referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol _PsSetLoadImageNotifyRoutine referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__MmAllocateNonCachedMemory referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__MmFreeNonCachedMemory referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeUnstackDetachProcess referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__MmGetPhysicalAddress referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeStackAttachProcess referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__ObOpenObjectByPointer referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__MmGetSystemRoutineAddress referenced in function _MSJDispatchIoctl
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__PsLookupProcessByProcessId referenced in function _MSJDispatchIoctl
memscan.obj : error LNK2001: unresolved external symbol __imp__PsLookupProcessByProcessId
processlist.obj : error LNK2001: unresolved external symbol __imp__PsLookupProcessByProcessId
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__IoDeleteSymbolicLink referenced in function _MSJUnloadDriver
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__IoDeleteDevice referenced in function _MSJUnloadDriver
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__KeClearEvent referenced in function _DriverEntry
processlist.obj : error LNK2001: unresolved external symbol __imp__KeClearEvent
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__IoCreateNotificationEvent referenced in function _DriverEntry
DBKDrvr.obj : error LNK2019: unresolved external symbol _IoAllocateWorkItem referenced in function _DriverEntry
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__IoCreateSymbolicLink referenced in function _DriverEntry
DBKDrvr.obj : error LNK2019: unresolved external symbol __imp__IoCreateDevice referenced in function _DriverEntry
DBKFunc.obj : error LNK2019: unresolved external symbol _PsGetCurrentProcessId referenced in function _GeneralHandler@8
rootkit.obj : error LNK2001: unresolved external symbol _PsGetCurrentProcessId
memscan.obj : error LNK2019: unresolved external symbol __imp__PsLookupThreadByThreadId referenced in function _getPEThread
processlist.obj : error LNK2001: unresolved external symbol __imp__PsLookupThreadByThreadId
processlist.obj : error LNK2019: unresolved external symbol _Ignore referenced in function _GetThreadData
processlist.obj : error LNK2019: unresolved external symbol _SuspendThreadAPCRoutine referenced in function _GetThreadData
processlist.obj : error LNK2019: unresolved external symbol __imp__KeSetEvent referenced in function _CreateThreadNotifyRoutine
tdiwrapper.obj : error LNK2001: unresolved external symbol __imp__KeSetEvent
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__ObReferenceObjectByHandle referenced in function _TdiFuncs_OpenTransportAddress
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__IoBuildDeviceIoControlRequest referenced in function _TdiFuncs_AssociateTransportAndConnection
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__IoGetRelatedDeviceObject referenced in function _TdiFuncs_AssociateTransportAndConnection
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__IoFreeMdl referenced in function _TdiFuncs_Receive
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__MmProbeAndLockPages referenced in function _TdiFuncs_Receive
tdiwrapper.obj : error LNK2019: unresolved external symbol __imp__IoAllocateMdl referenced in function _TdiFuncs_Receive
LINK : error LNK2001: unresolved external symbol _NtProcessStartup
Release\mykerneldriver.exe : fatal error LNK1120: 46 unresolved externals
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25788
Location: The netherlands

PostPosted: Mon Jan 15, 2007 9:02 am    Post subject: Reply with quote

build in the windows 2000 or xp build environment.
do not compile from visual studio (it is possbile with a certain .bat file, but I prefer command line compiling anyhow)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites