View previous topic :: View next topic |
Author |
Message |
Betcha Expert Cheater
Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Wed Oct 28, 2015 3:27 am Post subject: AOB Injection or Code Injection And More? |
|
|
Whats the difference between - AOB Injection and Code Injection?
All the time i use Code Injection, Never used AOB...
Last edited by Betcha on Thu Oct 29, 2015 10:54 am; edited 1 time in total |
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Wed Oct 28, 2015 4:04 am Post subject: |
|
|
AOB and Code injection are same thing except one finds the code using a signature(or AOB) then injects while another uses hardcoded addresses.
Consider this
92ace - 80 0C D8 6A mov eax, edx // PSEUDO-CODE
With aob injection, you will search for "80 0C D8 6A" (aob/signature) which will bring you to 92ace and then you write your injection code.
With code injection, you directly write 92ace (code address) and write your injection code.
The rate at which games are updating makes it necessary to use AOB injection because when the game updates, the code (80 0C D8 6A mov eax, edx ) will move to a new location other than 92ace so if you are using code injection, it will not work anymore!. But if you use aob, the signature will stay constant and your injection will still work even if the address moves.
I don't understand your second question.
_________________
Last edited by STN on Wed Oct 28, 2015 4:05 am; edited 1 time in total |
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Wed Oct 28, 2015 4:33 am Post subject: |
|
|
pointerscan diskspace will be a thing of the past (when used properly) but you may want to invest in a server farm
_________________
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 |
|
 |
|