View previous topic :: View next topic |
Author |
Message |
redeyes1 Newbie cheater
Reputation: 0
Joined: 28 Jun 2007 Posts: 13
|
Posted: Sun Jul 29, 2007 11:30 pm Post subject: [question-for-darkbyte] |
|
|
umm, can you tell me how to comment out these DBKFunc.c rootkit.c processlist.c memscan.c threads.c jumper.c in sources.ce, without errors, ive read your log many times on how to do it, but im not quite sure on the sys file, thats the last thing i need to do, then im releasing engine.
thx
Venom Engine1.0 is name
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Mon Jul 30, 2007 6:03 am Post subject: |
|
|
follow from the path from dbkdrvr.c
If you uncomment a function call, you have to add a new sourcefile.
So add the sourcefile and uncomment the function that was supposed to call and perhaps some others as well if you like
then check for detection
uncomment a bit and check again, etc...
till you get to the point that you need a new source file to be added and repeat the steps
_________________
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 |
|
 |
redeyes1 Newbie cheater
Reputation: 0
Joined: 28 Jun 2007 Posts: 13
|
Posted: Thu Aug 09, 2007 11:39 pm Post subject: |
|
|
hello again, ive attempted at the sys file, i finally understand how to comment it out and stuff, but i cannot find detected strings, cause i dont think it loads the sys file, but when i comment out stuf i think it dosent load, because it aint detected anywhere inbetween tests, and i uncommented the last one and it had no errors and loaded and detected. In the engine is there only like one setting i enable or sompthing to test for detected strings in sys file.
thanks again for your help, credits goes to everyone who helps
btw, its the last darn file lol, now i think im gunna gave to pospone release date cause of sys file:(
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Aug 10, 2007 7:01 am Post subject: |
|
|
To test is the sys is loaded load up dbgview and add a DbgPrint("I am loaded"); line at driverentry
that will then show up in dbgview if it's running at the same time it's loaded.
Then start uncommenting simple stuff that don't require you to add new files, then when you can't get further uncomment something that does and add that file and continue.
till detected and then check the last uncommented piece of code. (not I say code as it is NOT a string)
And then recode that section sligtly different.
E.g perhaops I use a static value 0xc0000000 which may be detected and perhaps if you replace it with a variable that hold that value it isn't detected
_________________
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 |
|
 |
redeyes1 Newbie cheater
Reputation: 0
Joined: 28 Jun 2007 Posts: 13
|
Posted: Fri Aug 10, 2007 12:30 pm Post subject: |
|
|
[quote="Dark Byte"]To test is the sys is loaded load up dbgview and add a DbgPrint("I am loaded"); line at driverentry
that will then show up in dbgview if it's running at the same time it's loaded.
what is dbgview
thanks
|
|
Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
|
Back to top |
|
 |
redeyes1 Newbie cheater
Reputation: 0
Joined: 28 Jun 2007 Posts: 13
|
Posted: Fri Aug 10, 2007 12:49 pm Post subject: |
|
|
thank u so much, i coulnt do this without yall.
00000000 0.00000000 KeServiceDescriptorTableShadow[0]=80559650
00000001 0.00000950 KeServiceDescriptorTableShadow[1]=80559660
00000002 0.00001397 KeServiceDescriptorTableShadow[2]=80559670
00000003 0.00001816 KeServiceDescriptorTableShadow[3]=80559680
00000004 0.00004414 Calling ObOpenObjectByPointer
00000005 0.00005699 ntStatus=0
00000006 0.02175304 [3664] Protectme called
00000007 0.02914728 KeServiceDescriptorTableShadow[0]=80559650
00000008 0.02915678 KeServiceDescriptorTableShadow[1]=80559660
00000009 0.02916125 KeServiceDescriptorTableShadow[2]=80559670
00000010 0.02916544 KeServiceDescriptorTableShadow[3]=80559680
00000011 0.02920008 Calling ObOpenObjectByPointer
00000012 0.02921461 ntStatus=0
im guessing this means its loaded right?
once again, im sorry, im a noob at the sys file, so im learning slowly
Last edited by redeyes1 on Fri Aug 10, 2007 12:59 pm; edited 1 time in total |
|
Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Aug 10, 2007 12:59 pm Post subject: |
|
|
Yes
|
|
Back to top |
|
 |
|