| View previous topic :: View next topic |
| Author |
Message |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Mon Sep 03, 2007 11:13 am Post subject: |
|
|
Hot patching<3 One of my methods bypassing kinda uses it, but on the other hand it doesn't. Your code looks hella complicated, my first version was complicated too. It scanned for all the functions then "hooked" them and so on, but then I thought; fuck portability etc, Imma hard code the addresses for my OS. It's way faster to use and it doesn't need initializing etc :P And it works too!
Should I post an example? Oh yeh, my example would be in C++/__asm, because I'm a C++ coder :p
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
Posted: Mon Sep 03, 2007 11:43 am Post subject: |
|
|
The trampolina looks like a nice trick..
I mean, is it so easy? lol
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Sep 03, 2007 12:10 pm Post subject: |
|
|
| assaf84 wrote: | The trampolina looks like a nice trick..
I mean, is it so easy? lol |
User-mode hooks are easy to bypass, but they are not the ones you need to worry about. It is the kernel-mode hooks that do all of GG's dirty work.
|
|
| Back to top |
|
 |
Chaos_Blader Newbie cheater
Reputation: 0
Joined: 07 Sep 2007 Posts: 12
|
Posted: Fri Sep 07, 2007 6:28 pm Post subject: |
|
|
| Jani, could you post your example, if you are willing too?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Fri Sep 07, 2007 6:38 pm Post subject: |
|
|
For those that seen the fixmem sourcefiles, thats also called a trampoline
and works in kernelmode as you see
_________________
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 |
|
 |
Chaos_Blader Newbie cheater
Reputation: 0
Joined: 07 Sep 2007 Posts: 12
|
Posted: Fri Sep 07, 2007 6:41 pm Post subject: |
|
|
| Dark Byte wrote: | For those that seen the fixmem sourcefiles, thats also called a trampoline
and works in kernelmode as you see |
When you say 'for those' do you imply that it is private?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Fri Sep 07, 2007 6:44 pm Post subject: |
|
|
no, public
just meaning for those that actually looked at the sourcecode and tried to understand it (it's not with the normal sourcecode, it's with public source release of uce's)
_________________
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 |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Sat Sep 08, 2007 3:58 am Post subject: |
|
|
| Chaos_Blader wrote: | | Jani, could you post your example, if you are willing too? | I answered to your PM, before noticing this. So, check your PM. I'm too lazy to rewrite the things. </offtopic> :P
|
|
| Back to top |
|
 |
|