General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Low Level
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "you can learn assembly FAST with this technique (arm64 breakdown)" video.
I find that it's best to combine this technique with reading the manuals for the processor you're learning about. ARM is a lot harder to look up because they've got so many variants, but there are still plenty of manuals. Learning x86 is significantly easier because the manuals are easier to find and many, many people have written about the subject, plus x86 is just better overall in many ways.
5
Depends on what kind of hacking you mean. If you just want to write a game, learn both C and C++, but if you want to add features to games you don't have the source code for, or remove annoying features, then you should learn all three, C, C++ and assembly.
2
@0x-003 Yeah, that doesn't answer the question. Do you mean writing the game, as the proper and traditional meaning of hacking would imply, or do you mean the modern and incorrect definition that stands in for cracking. If the latter, then yes, learn assembly, too. If the former, then don't bother because it's not necessary for that type of hacking.
2