View previous topic :: View next topic |
Author |
Message |
jaehaeee How do I cheat?
Reputation: 0
Joined: 31 Dec 2016 Posts: 1
|
Posted: Sat Dec 31, 2016 4:25 am Post subject: How to learn reverse engineering to make game hack |
|
|
Hi guys i have really wanted to make online game(FPS) hack since i was young.
Eventually,i started to learn reverse engineering by a book.
i have C,C++ language knowledge.
But it is so hard...
i couldn't understand PE FILE Format part in the book.
so, i stopped reading the book.
i want to make hacks. ex) wall hack,aimbot,esp
should i learn PE FILE Format ?
I think that it is not necessary...
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sat Dec 31, 2016 5:56 am Post subject: |
|
|
No it isn't but if you can't learn that then i doubt you will progress far.
Anyhow, there are tons of tutorials about wallhacksa/aimbots on multiplayer hacking forums, just google.
This place is more for offline games
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 31, 2016 2:25 pm Post subject: |
|
|
It doesn't hurt to learn the PE File format these days as various methods of injection do rely on it. Things like manual mapping will certainly be easier to understand if you understand a general idea of the file format. Common methods of injection, mainly the old CreateRemoteThread/LoadLibrary method are not generally used anymore as they are easily detected, manual mapping as become a more common place method instead.
Given that your target and desire focus on online games, you are going to be dealing with anti-cheats and other similar forms of detection so understanding as much as possible about the file format and how the system works in general will be beneficial to you.
_________________
- Retired. |
|
Back to top |
|
 |
|