View previous topic :: View next topic |
Author |
Message |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Thu Feb 24, 2011 4:06 am Post subject: how to add kernelmode debugger to my uce? |
|
|
HI, DB, it's me.
My uce is made with ce5.2, I want to add kernelmode debugger with ce6.0 to my uce, I can make the new kernel driver, then use the KernelDebuggerInterface function replace to old function, is it ok?
like, KernelDebuggerInterface.DebugActiveProcess replace to old DebugActiveProcess
KernelDebuggerInterface.WaitForDebugEvent replace to old WaitForDebugEvent
is this way ok?
PS: why are you use lazarus to bulid ce? why not use delphi?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Feb 24, 2011 6:55 am Post subject: |
|
|
if your uce is based on 5.2 then don't just replace the driver but replace almost all of the debugger functions as well. The whole debugger has been redesigned
Not only have the api's been moved to a new interface, hey have also been changed (setthreadcontext has an extra parameter)
As for lazarus: It can build 64-bit and now people don't have to buy delphi 7 enterprise anymore
_________________
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 |
|
 |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Thu Feb 24, 2011 9:30 am Post subject: |
|
|
thank you. but I need kernel mode debugger to debug game with hackshield, and what a easy way to make?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Feb 24, 2011 10:36 am Post subject: |
|
|
add the new debugger units and replace the old ones, and see if you can figure out how to make them work
Or just make a uce out of ce 6
_________________
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 |
|
 |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Thu Feb 24, 2011 12:13 pm Post subject: |
|
|
I think make a uce of ce6 is easy.
but I want to convert lazarus to delphi, how can I do?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Feb 24, 2011 3:58 pm Post subject: |
|
|
rename the lfm's to dfm's and try loading that
_________________
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 |
|
 |
maplecheck Expert Cheater
Reputation: 0
Joined: 22 Jan 2006 Posts: 139
|
Posted: Fri Feb 25, 2011 4:08 am Post subject: |
|
|
my god, it's too more different type to changed.......
|
|
Back to top |
|
 |
|