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]Include a program in a program

[Help]Include a program in a program

Posts 1–12 of 12 · Page 1 of 1
25
258456
[Help]Include a program in a program
Ok, so i want to like put another program that's written in another language into my c++ program, like it will be two programs but i will only look like one, is that possible? Thanks in advance.
#1 · 16y ago
LI
lilneo
Not really. If you can compile it in the other language, you can run the file through C++ but honestly this is just a dumb question, go learn more c++ and make the other program in c++.
~lilneo
#2 · 16y ago
ɑrtemis
ɑrtemis
Quote Originally Posted by 258456 View Post
Ok, so i want to like put another program that's written in another language into my c++ program, like it will be two programs but i will only look like one, is that possible? Thanks in advance.
Merge the 2 by copying source /
#3 · 16y ago
LI
lilneo
Quote Originally Posted by ɑrtemis View Post


Merge the 2 by copying source /
One is C++ one isn't... You can't just merge two source codes that aren't the same language.
#4 · 16y ago
MM
mmbob
Embed one of the applications in the other's resources, then extract it, save it to a file, and run it.
#5 · 16y ago
ɑrtemis
ɑrtemis
Quote Originally Posted by lilneo View Post
One is C++ one isn't... You can't just merge two source codes that aren't the same language.
I didn't read so well then
#6 · 16y ago
25
258456
lol guys, i know i can't mix the source codes, i know c++, well thourough knowledge of basics and mostly win api, i was just wondering if there was a way to like link them together so that if i start my c++ program the other will also start, i just wanted to join them, but i know i can still do it while it's just two separate programs, i was just wondering.
#7 · edited 16y ago · 16y ago
why06
why06
Quote Originally Posted by 258456 View Post
lol guys, i know i can't mix the source codes, i know c++, well thourough knowledge of basics and mostly win api, i was just wondering if there was a way to like link them together so that if i start my c++ program the other will also start, i just wanted to join them, but i know i can still do it while it's just two separate programs, i was just wondering.
What mmbob said. U'll need the real Visual Studios (not express) that or you can use Resource Hacker, to manually embed the binary data for the other language in your C++ program. Search the forum, because I think I wrote a tutorial on it. If not u can find all the stuff on Google like I did, but if u can find my post it might be easier. The easiest way is always just to pirate a cracked Visual Studios, but that's a personal choice that I neither condone or condemn.
#8 · 16y ago
Hell_Demon
Hell_Demon
and instead of writing to disk you should figure out how to spawn it without writing it to disk
#9 · 16y ago
radnomguywfq3
radnomguywfq3
Quote Originally Posted by Hell_Demon View Post
and instead of writing to disk you should figure out how to spawn it without writing it to disk
There are methods of doing this.

It requires you create a process in a suspended state, and then clear & recreate the memory sections. Then setup the main thread and it's registers, and load necessary libraries. This was considered a security threat by Microsoft and I don't believe it is possible in Windows Vista+ anymore.

It's safer to write to disk and remotely execute.
#10 · 16y ago
freedompeace
freedompeace
Quote Originally Posted by why06 View Post
What mmbob said. U'll need the real Visual Studios (not express) that or you can use Resource Hacker, to manually embed the binary data for the other language in your C++ program. Search the forum, because I think I wrote a tutorial on it. If not u can find all the stuff on Google like I did, but if u can find my post it might be easier. The easiest way is always just to pirate a cracked Visual Studios, but that's a personal choice that I neither condone or condemn.
Or save a byte / hex array of the program into yours, and then just write it onto disk?
#11 · 16y ago
Hell_Demon
Hell_Demon
Quote Originally Posted by Jetamay View Post
There are methods of doing this.

It requires you create a process in a suspended state, and then clear & recreate the memory sections. Then setup the main thread and it's registers, and load necessary libraries. This was considered a security threat by Microsoft and I don't believe it is possible in Windows Vista+ anymore.

It's safer to write to disk and remotely execute.
Meh, not switching to windows 7 then xD
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • HELP: What other programs do I need to learn/start hacking?By ronyoung08 in General Hacking
    0Last post 18y ago
  • Help with veiwing program?By foodman in C++/C Programming
    6Last post 17y ago
  • [help]folder mover programBy zachman61 in Visual Basic Programming
    1Last post 17y ago
  • [HELP]Start Process/program in ResourcesBy [Project Recon]Porhaxn in Visual Basic Programming
    9Last post 16y ago
  • Help with coder programesBy Steekare in Combat Arms Europe Hacks
    8Last post 16y ago

Tags for this Thread

None