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 › Dynamic memory

Dynamic memory

Posts 1–3 of 3 · Page 1 of 1
LY
Lynie
Dynamic memory
How do I find memory addresses that changes everytime you startup an application?(for WriteProcessMemory)

Thanks in advance
#1 · edited 17y ago · 17y ago
NO
noobhaxor47
Quote Originally Posted by Lynie View Post
How do I find memory addresses that changes everytime you startup an application?(for WriteProcessMemory)

Thanks in advance
Pointerscan... Try to find the base pointer for something

Find out what writes to the selected address, and since the program knows the offset, the place it writes the information to will always be the thing that you find there.

Then, simply mimic what you see in the program in your own program.

For example, if you see MOV [ESI+A4],EAX You should find an address that holds the value of ESI, and then read from it, to find the current ESI value, and then add A4 to it to find the address you were first looking for.
#2 · 17y ago
LY
Lynie
Thanks really appriciated
#3 · 17y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help] Working with dynamic memoryBy yodaliketaco in C++/C Programming
    6Last post 16y ago
  • Dynamic memory w/ Arrays?By ruisu in C++/C Programming
    3Last post 15y ago
  • Direct Memory Access (DMA) to Static Memory AddressesBy Dave84311 in Game Hacking Tutorials
    0Last post 20y ago
  • Tutorial Replies - Direct Memory Access (DMA) to Static Memory AddressesBy Dave84311 in General Game Hacking
    3Last post 20y ago
  • Dynamic IP?By aldregon in General Game Hacking
    2Last post 20y ago

Tags for this Thread

#dynamic#memory