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 › C++/C Programming › [Help] Reverse Engineering.

[Help] Reverse Engineering.

Posts 1–11 of 11 · Page 1 of 1
CH
chriscasper
[Help] Reverse Engineering.
Can Somebody Show Me How To Decompile/ Reverse Engineer A Dll So I Can See It's Source Code?

I Want To Remove A Feature Of A Hack I Downloaded From The Internet..
#1 · 15y ago
'Bruno
'Bruno
Quote Originally Posted by chriscasper View Post
Can Somebody Show Me How To Decompile/ Reverse Engineer A Dll So I Can See It's Source Code?

I Want To Remove A Feature Of A Hack I Downloaded From The Internet..
I can tell you a good way to suicide... Because honestly.. Go die.. Leeching is for pussies.
#2 · 15y ago
aanthonyz
aanthonyz
You cant decompile. When you view a DLL it will be in ASM language.
#3 · 15y ago
CH
chriscasper
yes i know. and the language scares me.

and suicide is nothing to joke about. grow up.
#4 · 15y ago
WH
whit
Hmm how do i put this....
Impossible
#5 · 15y ago
CH
chriscasper
Quote Originally Posted by whit View Post
Hmm how do i put this....
Impossible
are you sure? cause my friends dad is a computer programmer and i asked him and he said "im not helping with little teenager hacks, just ask somebody about reverse engineering and do it that way."
#6 · 15y ago
WH
whit
Quote Originally Posted by chriscasper View Post
are you sure? cause my friends dad is a computer programmer and i asked him and he said "im not helping with little teenager hacks, just ask somebody about reverse engineering and do it that way."
Yea sure you can view the asm instructions but not the source its self..
Not for C++ for sure
#7 · 15y ago
CH
chriscasper
Quote Originally Posted by whit View Post


Yea sure you can view the asm instructions but not the source its self..
Not for C++ for sure
ahhh i see. thank you
#8 · 15y ago
'Bruno
'Bruno
Quote Originally Posted by chriscasper View Post
yes i know. and the language scares me.

and suicide is nothing to joke about. grow up.
dude you are the one leeching stuff... learn by yourself and stop stealing others work. Thats.. growing up..
#9 · 15y ago
why06
why06
I'm not gonna take a stand on the leaching thing, because he just wants to know how to reverse engineer something. I don't care what that thing is. I only care that he wants to learn how to do something. And I place knowledge first on my list above morals or consequences or anything else, knowledge should be shared even if it was my own hack I would explain how, though I wouldn't give him specifics, he would have to actually apply the knowledge himself. At that point it becomes immoral, but not before, only once he has both the will and ability and acts upon it.

To remove something from a program, first you need to know what that thing is, secondly how it is programmed, and lastly how it is compiled. Bearing all of that you can then look for traces of what should be the compiled code that does a certain thing.

It takes an understanding of quite a few levels of programming. For instance if I wanted to remove reloading time from a FPS. I would have to know that the game prbly uses an engine, and that engine prbly contains a class for weapons, and that weapon has a reload time, and a animation that goes with the reloading sequence. I would have to understand that a gun only prbly reloads when the ammo is 0 or you hit "R". Keeping all this in mind I then have to learn how to use the tools of Reverse Engineering, Debugger, Disassemblers, memory searchers, etc. to find the ammo count. Then I can search for what code accesses the value. Prbly the reload function. The reload function prbly has some sort of timer. I can look for any kind of countdown and change it to create no reload.

Or better yet I could think: "Well reload times are different for different guns." A pistol reloads faster then a sniper rifle. So I could literally change my weapons up and scan for increased and/or decreased values depending on the currently selected weapon. (NOTE: This is a more logical approach, while earlier was a more programmatic approach. Logic is superior to knowledge everytime, and in my experience leads to less complication)

So you see the are a myriad of ways to arrive at the same solution. You don't even need to know the exact high level code that was compiled. You just need to understand that the same logic is kept when compiling, and no matter how optimized, and how much loss of information there is the underlying logic must always remain for the program to function properly. Figuring out and attaining this logic is the art of Reverse Engineering.
#10 · edited 15y ago · 15y ago
Hell_Demon
Hell_Demon
tl;dr @ why

My short version: No
#11 · 15y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Tags for this Thread

None