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 › Writing bytes to memory without pushing down previous memory

Writing bytes to memory without pushing down previous memory

Posts 1–4 of 4 · Page 1 of 1
PS
PsychicSounds
Writing bytes to memory without pushing down previous memory
I have some bytes that I write to a address lets say the address is 0x577323,
before I have changed the bytes the bytes equal 9384 29230000 and lets say I am trying to write 3774 93840000 to it. If I write that to it it pushes the 9384 29230000 down to other addresses so heres the cheat engine view

Before
Code:
00577323 = 9384 29230000
00577325 = 37 89
00577325 = 37 89
00577325 = 37 89
00577325 = 37 89
00577325 = 37 89
After I run hack
Code:
00577323 = 3774 93840000
00577325 = 93 84
00577325 = 29 23
00577325 = 00 00
So my question is how do I write the memory without pushing the already written memory down?
#1 · 15y ago
Hell_Demon
Hell_Demon
i dont know what you're doing but thats not normal behavior for any type of memory writing, therefor you must be doing something very retarded.
that, and there is no way for an addresss to take those values...
#2 · edited 15y ago · 15y ago
freedompeace
freedompeace
Quote Originally Posted by Hell_Demon View Post
i dont know what you're doing but thats not normal behavior for any type of memory writing, therefor you must be doing something very retarded.
that, and there is no way for an addresss to take those values...
Which is why this thread had zero replies up til yours. Because no one understood what the frick he's doing x)
#3 · 15y ago
PS
PsychicSounds
lol sorry I figured out what was happening when I was doing WriteProcessMemory I
declared the size of the bytes by doing sizeof(bytes) when that gave the wrong value I had to type in the number of bytes manually :P
#4 · 15y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Tags for this Thread

None