dsasmblr / game-hacking

Tutorials, tools, and more as related to reverse engineering video games.
https://guidedhacking.com/?utm_source=dsasmblr
The Unlicense
4.67k stars 609 forks source link

Assembly Sources Added #11

Closed rightchoice3 closed 6 years ago

rightchoice3 commented 6 years ago

We all know that ASM is a very important part of game hacking. You need basic knowledge of assembly language in order to do anything, like reverse engineer in IDA pro or disassemble in Cheat Engine. It is impossible to do some real game hacking without Assembly Language. That is why I added some sources in here about ASM. This pull request should be accepted because it will help people get on the right track when it comes to game hacking.

I also added some more information about some of the existing books.

dsasmblr commented 6 years ago

Thanks for the contribution. It's definitely in the plans for Assembly-specific resources to be added, but I have some others in mind that I would like to make the primary candidates that are in-depth Assembly tutorials directly related to game-hacking instead of general ASM/Reversing. In fact, it kind of goes along with the lines of my project to better explain how everything in this repository directly relates to hacking games. With something as broad a subject as Assembly, I want to have the material be discussed directly in the context of game-hacking. So for now, that section is on hold.