Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Other Programming › Assembly › Learn Assembly Language

Learn Assembly Language

Posts 31–45 of 54 · Page 3 of 4
why06jz
why06jz
C or C++, but since C++ teaches you both... yeh go learn C++
#31 · 16y ago
crushed
crushed
Quote Originally Posted by why06jz View Post
C or C++, but since C++ teaches you both... yeh go learn C++
Alright, thank ya very much for the posts and help! :P
#32 · 16y ago
B1ackAnge1
B1ackAnge1
Yup I just posted a blurb about C&C++ here

I'd say learn C++ first, but read maybe the first few chapters of an ASM
book/tutorial so you know what's going on behind the scenes with registers etc.

Straight up ASM without any other programming experience is often 'too much' for a lot of people because of how low level it is, while if you have something to compare & relate it to in regards to concepts etc it becomes a lot easier.
#33 · 16y ago
crushed
crushed
Quote Originally Posted by B1ackAnge1 View Post
Yup I just posted a blurb about C&C++ here

I'd say learn C++ first, but read maybe the first few chapters of an ASM
book/tutorial so you know what's going on behind the scenes with registers etc.

Straight up ASM without any other programming experience is often 'too much' for a lot of people because of how low level it is, while if you have something to compare & relate it to in regards to concepts etc it becomes a lot easier.
I've started with C, so far I've done the I like turtles script. ( The original Hello World! script) I have no idea why I did I like turtles but yeah. o_o
I have a pretty old book that's about C so I'm reading it.

The book is by Sam A. Abolorus, the title is "Learn C In Three Days"
Although I know it may be rushed and such, but I don't expect to learn it within 3 days. Because, you can learn anything in a short amount of time, but applying it to other things, takes a while so yeah.

After I'm done readin this book I have downloaded some eBooks, such as C++ Primer Plus, which I might consider reading afterwards. :P
#34 · 16y ago
why06jz
why06jz
Perhaps... you like turtles o_O.


About the book:
Yeh that seems like a good book to get you off to a running start. I heard it is pretty rough-cut and doesn't spend a lot of time explaining things, but it should get you used to the idea. I see you've already got a lot of stuff planned out, that's great. I wish half the people who start out learning C++, would come at it with your attitude.
#35 · 16y ago
crushed
crushed
Quote Originally Posted by why06jz View Post
Perhaps... you like turtles o_O.


About the book:
Yeh that seems like a good book to get you off to a running start. I heard it is pretty rough-cut and doesn't spend a lot of time explaining things, but it should get you used to the idea. I see you've already got a lot of stuff planned out, that's great. I wish half the people who start out learning C++, would come at it with your attitude.
XD, Yeah maybe I do like turtles.

As for the book, the tutorial on Cplusplus.com is pretty much the same thing. I don't however understand Declaring Variables in that book because it's outdated so MS Visual C++ doesn't recogonize some of the scripts so I'm gonna try to learn that from another source.

However, thanks. xD Even though learning it takes a while, might make me longer. School is getting in the way. >: I hate pre-calculus.
#36 · 16y ago
why06jz
why06jz
Quote Originally Posted by crushed View Post
XD, Yeah maybe I do like turtles.

As for the book, the tutorial on Cplusplus.com is pretty much the same thing. I don't however understand Declaring Variables in that book because it's outdated so MS Visual C++ doesn't recogonize some of the scripts so I'm gonna try to learn that from another source.

However, thanks. xD Even though learning it takes a while, might make me longer. School is getting in the way. >: I hate pre-calculus.
Calculus here. -__-

Try this: Dev-C++

I think it's a good compiler to start with. A lot of the other guys disagree, but I like it because it is simple. You don't really need all the crap VS offers when your just starting off and learning the basics.

Also try posting some of your code in the C++ section. The book might be outdated, but we would need to see the code to tell.
#37 · 16y ago
crushed
crushed
Quote Originally Posted by why06jz View Post
Calculus here. -__-

Try this: Dev-C++

I think it's a good compiler to start with. A lot of the other guys disagree, but I like it because it is simple. You don't really need all the crap VS offers when your just starting off and learning the basics.

Also try posting some of your code in the C++ section. The book might be outdated, but we would need to see the code to tell.
Alright, I'll try Dev's compiler later. :P
Currently doing bio notes. lolol, and sure. I'll post the codes sometime later tonight. Pre-Cal>Calculus...trig ftl. >_>
#38 · 16y ago
BO
BooYa
25 chapters Is all that needed to find adresses and make a bypass?
#39 · 16y ago
why06jz
why06jz
Quote Originally Posted by BooYa View Post
25 chapters Is all that needed to find adresses and make a bypass?
Oh ofcourse not. Understanding assembly is merely the first part. Once you get used to coding in assembly you will be able to recognize patterns in ASM. The next step is Reverse Engineering.

Also it may not be neccessary to read every chapter in the whole damn book. Most college semester courses only go up to chapter 13. Personally I plan to get to about Chapter 13 and right out all the sample progs along the way. Then I should start doing some simple reversing. You know compile some little easy programs in C++ and change little things about them. Then I would move to reversing games, but I'm not sure what kind of potholes I might run into along the way. Most games have defenses for this kind of stuff. My main goal is just to make a bypass. Any other hack I can create is topping on the cake. Once you have a good bypass you can do whatever you want, even use CE which makes hacking a lot easier. The way I look at it, whats the point of creating this really cool D3d hack if it gets patched and you don't have a bypass to make it work.
#40 · 16y ago
BO
BooYa
This is something you can read through before u start learning ASM, so u can understand how it works and what it's used for:

The Ethical Hacker Network - Intro to Reverse Engineering - No Assembly Required
#41 · 16y ago
why06
why06
Nice link. Booya.

I just recently removed a lot of the reversing materials I had included in this thread. I was planning on creating another sticky with a ton of materials for reverse Engineering that I have accumulated over time. I will include your link in there as well if you don't mind.
#42 · 16y ago
BO
BooYa
Quote Originally Posted by why06 View Post
Nice link. Booya.

I just recently removed a lot of the reversing materials I had included in this thread. I was planning on creating another sticky with a ton of materials for reverse Engineering that I have accumulated over time. I will include your link in there as well if you don't mind.
Ofcourse i don't mind, why did u think i posted it here
#43 · 16y ago
BO
BooYa
Hmm i have a question.. what ways are there to get adresses? Do i have to use cheat engine / mhs or can i also find them by opening the game with ollydbg?
#44 · 16y ago
why06
why06
lol. Well you named all of them just then. opening with Olly is more difficult and cryptic, but if you know what your doing you can find out everything about how the game works. I would use Mhs or CE, they even have assemblers included in them. You just have to get it so PB or HS don't detect your cheat engine.
#45 · 16y ago
Posts 31–45 of 54 · Page 3 of 4

Post a Reply

Similar Threads

  • I wanne start learning Assembly plz read.!By Niratsio in Visual Basic Programming
    14Last post 18y ago
  • [Books]Learn Assembly[List][Downloads]By NextGen1 in Assembly
    8Last post 14y ago
  • How to learn Assembly?By why06 in Assembly
    3Last post 17y ago
  • how 2 learn computer languageBy lalokera in Programming Tutorials
    15Last post 16y ago
  • Look inside for great book to learn assemblyBy hobosrock696 in Assembly
    3Last post 15y ago

Tags for this Thread

#assembly#learning#start