Joe_Joe Advanced Cheater
Reputation: 0
Joined: 15 Jan 2007 Posts: 67 Location: Singapore
|
Posted: Mon Mar 12, 2007 1:42 am Post subject: [Help] Compile Error |
|
|
Why when I try to compile the .sys I get this Error
Error LNK1181: cannot open input file 'objfre_wxp_x86\i386\balala.obj'
Build: Done
8 files compiled
1 excutable built - 1 Error
.\objefre_wxp_x86\i386\*.sys
Can someone help me out here?
If I dont add this step then I can compile but If I add this step then I get Error when I try to Compile, I following the Sppow93 UCE Making TuT
ExFreePool(BufDriverString);
ExFreePool(BufProcessEventString);
ExFreePool(BufThreadEventString);
ZwClose(reg);
{
UNICODE_STRING y;
RtlInitUnicodeString(&y, L"KeAttachProcess");
AddressOfKeAttachProcess=MmGetSystemRoutineAddress(&y);
}
return ntStatus;
|
|