View previous topic :: View next topic |
Author |
Message |
treecamel How do I cheat?
Reputation: 0
Joined: 24 Nov 2006 Posts: 6
|
Posted: Mon Dec 17, 2007 11:49 pm Post subject: Driver Compiling |
|
|
Here is the error log I get when I try to compile the driver:
Code: | BUILD: Examining c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 directory for files to compile.
Compiling (NoSync) c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 directory ********************
'nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 386=1'
cl -nologo -Ii386\ -I. -IC:\WINDDK\3790~1.183\inc\mfc42 -Iobjfre_w2K_x86\i386 -IC:\WINDDK\3790~1.183\inc\w2K -IC:\WINDDK\3790~1.183\inc\w2K -IC:\WINDDK\3790~1.183\inc\ddk\w2K -IC:\WINDDK\3790~1.183\inc\ddk\wdm\w2K -IC:\WINDDK\3790~1.183\inc\crt -D_X86_=1 -Di386=1 -DSTD_CALL -DCONDITION_HANDLING=1 -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0500 /DWINVER=0x0500 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -D__BUILDMACHINE__=WinDDK -DFPO=0 -DNDEBUG -D_DLL=1 /c /Zl /Zp8 /Gy /Gm- -cbstring /W3 /WX /Gz /GX- /GR- /GF /GS /G6 /Ze /Gi- /QIfdiv- /hotpatch -Z7 /Oxs /Oy- -FIC:\WINDDK\3790~1.183\inc\w2K\warning.h .\dbkdrvr.c .\dbkfunc.c .\rootkit.c .\processlist.c .\memscan.c .\threads.c .\vmxhelper.c .\newkernel.c
dbkdrvr.c
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : error C2065: 'PsProcessType' : undeclared identifier
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : error C2100: illegal indirection
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : warning C4047: 'function' : 'POBJECT_TYPE' differs in levels of indirection from 'int'
dbkfunc.c
rootkit.c
processlist.c
memscan.c
threads.c
vmxhelper.c
newkernel.c
Generating Code...
Stop.
Linking c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 directory ********************
'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'
cl -nologo -Ii386\ -I. -IC:\WINDDK\3790~1.183\inc\mfc42 -Iobjfre_w2K_x86\i386 -IC:\WINDDK\3790~1.183\inc\w2K -IC:\WINDDK\3790~1.183\inc\w2K -IC:\WINDDK\3790~1.183\inc\ddk\w2K -IC:\WINDDK\3790~1.183\inc\ddk\wdm\w2K -IC:\WINDDK\3790~1.183\inc\crt -D_X86_=1 -Di386=1 -DSTD_CALL -DCONDITION_HANDLING=1 -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0500 /DWINVER=0x0500 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -D__BUILDMACHINE__=WinDDK -DFPO=0 -DNDEBUG -D_DLL=1 /c /Zl /Zp8 /Gy /Gm- -cbstring /W3 /WX /Gz /GX- /GR- /GF /GS /G6 /Ze /Gi- /QIfdiv- /hotpatch -Z7 /Oxs /Oy- -FIC:\WINDDK\3790~1.183\inc\w2K\warning.h .\dbkdrvr.c
dbkdrvr.c
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : error C2065: 'PsProcessType' : undeclared identifier
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : error C2100: illegal indirection
c:\Documents and Settings\Cameron\Desktop\UCE\TreecamelUCE\CheatEngine\DBKKernel\DBKDrvr.c(761) : warning C4047: 'function' : 'POBJECT_TYPE' differs in levels of indirection from 'int'
link -out:objfre_w2K_x86\i386\Treecamel.sys -machine:ix86 @C:\DOCUME~1\Cameron\LOCALS~1\Temp\nm377F.tmp
Microsoft (R) Incremental Linker Version 7.10.4035
Copyright (C) Microsoft Corporation. All rights reserved.
-MERGE:_PAGE=PAGE
-MERGE:_TEXT=.text
-SECTION:INIT,d
-OPT:REF
-OPT:ICF
-IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221
-INCREMENTAL:NO
-FULLBUILD
/release
-NODEFAULTLIB
/WX
-debug
-debugtype:cv
-version:5.0
-osversion:5.0
/functionpadmin:5
/pdbcompress
-STACK:0x40000,0x1000
-driver
-base:0x10000
-align:0x80 /stub:C:\WINDDK\3790~1.183\lib\w2K\stub512.co m
-subsystem:native,5.00
-entry:GsDriverEntry@8
-out:objfre_w2K_x86\i386\Treecamel.sys
objfre_w2K_x86\i386\dbkdrvr.obj
objfre_w2K_x86\i386\dbkfunc.obj
objfre_w2K_x86\i386\rootkit.obj
objfre_w2K_x86\i386\processlist.obj
objfre_w2K_x86\i386\memscan.obj
objfre_w2K_x86\i386\threads.obj
objfre_w2K_x86\i386\vmxhelper.obj
objfre_w2K_x86\i386\newkernel.obj
C:\WINDDK\3790~1.183\lib\w2K\i386\BufferOverflowK.lib
C:\WINDDK\3790~1.183\lib\w2K\i386\ntoskrnl.lib
C:\WINDDK\3790~1.183\lib\w2K\i386\hal.lib
C:\WINDDK\3790~1.183\lib\w2K\i386\wmilib.lib
C:\WINDDK\3790~1.183\lib\w2K\i386\sehupd.lib
LINK : fatal error LNK1181: cannot open input file 'objfre_w2K_x86\i386\dbkdrvr.obj'
echo Skip Binplace:
Skip Binplace:
Stop.
|
How do I fix the errors invloved?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Tue Dec 18, 2007 7:22 am Post subject: |
|
|
old version of the DDK
go to connect.microsoft.com
sign up for the driver foundation kit and get the new one
_________________
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 |
|
 |
treecamel How do I cheat?
Reputation: 0
Joined: 24 Nov 2006 Posts: 6
|
Posted: Tue Dec 18, 2007 3:41 pm Post subject: |
|
|
Edit: It finally worked. Thank you so much for all your help DB.
And as always, Much appreciated.
It's still giving me an error:
Code: | BUILD: Examining c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 directory for files to compile.
skipping post pass 0 command
Compiling and Linking c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 *************
'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1: TARGETPATH is obj
BUILDMSG: _NT_TARGET_VERSION SET TO WIN2K
cl.exe @c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\cl.rsp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.278 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /Fo"c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386/"
/FC
/Ii386
/I.
/Ic:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386
/IC:\WinDDK\6001.17121\inc\api
/IC:\WinDDK\6001.17121\inc\api
/IC:\WinDDK\6001.17121\inc\ddk
/IC:\WinDDK\6001.17121\inc\ddk
/IC:\WinDDK\6001.17121\inc\crt
/D_X86_=1
/Di386=1
/DSTD_CALL
/DCONDITION_HANDLING=1
/DNT_INST=0
/DWIN32=100
/D_NT1X_=100
/DWINNT=1
/D_WIN32_WINNT=0x0500
/DWINVER=0x0500
/D_WIN32_IE=0x0501
/DWIN32_LEAN_AND_MEAN=1
/DDEVL=1
/D__BUILDMACHINE__=WinDDK
/DFPO=0
/DNDEBUG
/D_DLL=1
/DNDEBUG
/DNTDDI_VERSION=0x05000400
/c
/Zc:wchar_t-
/Zl
/Zp8
/Gy
/Gm-
-cbstring
/W3
/WX
/Gz
/hotpatch
/EHs-c-
/GR-
/GF
/GS
/Zi
/Oxs
/Oy-
/Zi
/Fdc:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\
/DKMDF_MAJOR_VERSION=01
/DKMDF_MINOR_VERSION=007
/FIC:\WinDDK\6001.17121\inc\api\warning.h
.\dbkdrvr.c .\dbkfunc.c .\rootkit.c .\processlist.c .\memscan.c .\threads.c .\vmxhelper.c .\newkernel.c
dbkdrvr.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
dbkfunc.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
rootkit.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
processlist.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
memscan.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
threads.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
vmxhelper.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
newkernel.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2628) : error C2011: '_FILE_FS_FULL_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3594) : see declaration of '_FILE_FS_FULL_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2636) : error C2011: '_FILE_FS_LABEL_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3574) : see declaration of '_FILE_FS_LABEL_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2650) : error C2011: '_FILE_FS_SIZE_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3587) : see declaration of '_FILE_FS_SIZE_INFORMATION'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2657) : error C2011: '_FILE_FS_VOLUME_INFORMATION' : 'struct' type redefinition
c:\winddk\6001.17121\inc\ddk\ntddk.h(3579) : see declaration of '_FILE_FS_VOLUME_INFORMATION'
Generating Code...
link.exe /out:c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\Treecamel.sys /machine:ix86 @c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\lnk.rsp
Microsoft (R) Incremental Linker Version 8.00.50727.278
Copyright (C) Microsoft Corporation. All rights reserved.
/MERGE:_PAGE=PAGE
/MERGE:_TEXT=.text
/SECTION:INIT,d
/OPT:REF
/OPT:ICF
/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221
/INCREMENTAL:NO
/release
/NODEFAULTLIB
/WX
/debug
/debugtype:cv,fixup,pdata
/version:6.0
/osversion:6.0
/functionpadmin:5
/pdbcompress
/STACK:0x40000,0x1000
/driver
/base:0x10000
/align:0x80 /stub:c:\winddk\6001.17121\lib\w2k\stub512.co m //I had to space come to prevent the post from detecting a url
/subsystem:native,5.00
/entry:GsDriverEntry@8
/out:c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\Treecamel.sys
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkfunc.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\rootkit.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\processlist.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\memscan.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\threads.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\vmxhelper.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\newkernel.obj
c:\winddk\6001.17121\lib\w2k\i386\BufferOverflowK.lib
c:\winddk\6001.17121\lib\w2k\i386\ntoskrnl.lib
c:\winddk\6001.17121\lib\w2k\i386\hal.lib
c:\winddk\6001.17121\lib\w2k\i386\wmilib.lib
c:\winddk\6001.17121\lib\w2k\i386\sehupd.lib
LINK : fatal error LNK1181: cannot open input file 'c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj'
errors in directory c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1
link : error LNK1181: cannot open input file 'c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj'
|
Help would be greatly appreciated.
Last edited by treecamel on Tue Dec 18, 2007 10:32 pm; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Tue Dec 18, 2007 4:57 pm Post subject: |
|
|
edit ntifs.h and comment out the redeclarations
_________________
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 |
|
 |
treecamel How do I cheat?
Reputation: 0
Joined: 24 Nov 2006 Posts: 6
|
Posted: Tue Dec 18, 2007 5:38 pm Post subject: |
|
|
I don't see any redeclarations, did you mean the redefinitions?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Tue Dec 18, 2007 10:16 pm Post subject: |
|
|
what is the difference ?
_________________
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 |
|
 |
treecamel How do I cheat?
Reputation: 0
Joined: 24 Nov 2006 Posts: 6
|
Posted: Tue Dec 18, 2007 10:23 pm Post subject: |
|
|
Next error log:
Code: | BUILD: Examining c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 directory for files to compile.
skipping post pass 0 command
Compiling and Linking c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1 *************
'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1: TARGETPATH is obj
BUILDMSG: _NT_TARGET_VERSION SET TO WIN2K
cl.exe @c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\cl.rsp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.278 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl /Fo"c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386/"
/FC
/Ii386
/I.
/Ic:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386
/IC:\WinDDK\6001.17121\inc\api
/IC:\WinDDK\6001.17121\inc\api
/IC:\WinDDK\6001.17121\inc\ddk
/IC:\WinDDK\6001.17121\inc\ddk
/IC:\WinDDK\6001.17121\inc\crt
/D_X86_=1
/Di386=1
/DSTD_CALL
/DCONDITION_HANDLING=1
/DNT_INST=0
/DWIN32=100
/D_NT1X_=100
/DWINNT=1
/D_WIN32_WINNT=0x0500
/DWINVER=0x0500
/D_WIN32_IE=0x0501
/DWIN32_LEAN_AND_MEAN=1
/DDEVL=1
/D__BUILDMACHINE__=WinDDK
/DFPO=0
/DNDEBUG
/D_DLL=1
/DNDEBUG
/DNTDDI_VERSION=0x05000400
/c
/Zc:wchar_t-
/Zl
/Zp8
/Gy
/Gm-
-cbstring
/W3
/WX
/Gz
/hotpatch
/EHs-c-
/GR-
/GF
/GS
/Zi
/Oxs
/Oy-
/Zi
/Fdc:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\
/DKMDF_MAJOR_VERSION=01
/DKMDF_MINOR_VERSION=007
/FIC:\WinDDK\6001.17121\inc\api\warning.h
.\dbkdrvr.c .\dbkfunc.c .\rootkit.c .\processlist.c .\memscan.c .\threads.c .\vmxhelper.c .\newkernel.c
dbkdrvr.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
dbkfunc.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
rootkit.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
processlist.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
memscan.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
threads.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
vmxhelper.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
newkernel.c
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2634) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2639) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2655) : error C2059: syntax error : '}'
c:\documents and settings\cameron\desktop\uce\treecameluce\cheatengine\dbkkernel\ntifs.h(2663) : error C2059: syntax error : '}'
Generating Code...
link.exe /out:c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\Treecamel.sys /machine:ix86 @c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\lnk.rsp
Microsoft (R) Incremental Linker Version 8.00.50727.278
Copyright (C) Microsoft Corporation. All rights reserved.
/MERGE:_PAGE=PAGE
/MERGE:_TEXT=.text
/SECTION:INIT,d
/OPT:REF
/OPT:ICF
/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221
/INCREMENTAL:NO
/release
/NODEFAULTLIB
/WX
/debug
/debugtype:cv,fixup,pdata
/version:6.0
/osversion:6.0
/functionpadmin:5
/pdbcompress
/STACK:0x40000,0x1000
/driver
/base:0x10000
/align:0x80 /stub:c:\winddk\6001.17121\lib\w2k\stub512. com
/subsystem:native,5.00
/entry:GsDriverEntry@8
/out:c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\Treecamel.sys
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkfunc.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\rootkit.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\processlist.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\memscan.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\threads.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\vmxhelper.obj
c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\newkernel.obj
c:\winddk\6001.17121\lib\w2k\i386\BufferOverflowK.lib
c:\winddk\6001.17121\lib\w2k\i386\ntoskrnl.lib
c:\winddk\6001.17121\lib\w2k\i386\hal.lib
c:\winddk\6001.17121\lib\w2k\i386\wmilib.lib
c:\winddk\6001.17121\lib\w2k\i386\sehupd.lib
LINK : fatal error LNK1181: cannot open input file 'c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj'
errors in directory c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1
link : error LNK1181: cannot open input file 'c:\docume~1\cameron\desktop\uce\treeca~1\cheate~1\dbkker~1\objfre_w2k_x86\i386\dbkdrvr.obj' |
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Tue Dec 18, 2007 10:50 pm Post subject: |
|
|
I refuse to help you with this.
Anyhow, you already told me in irc you fixed it.
_________________
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 |
|
 |
|