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 › MultiPlayer Game Hacks & Cheats › Game Hack & Cheat Development › General Game Hacking › Extract code/class files from java exe

Extract code/class files from java exe

Posts 1–2 of 2 · Page 1 of 1
BE
benny87
Extract code/class files from java exe
Hello everyone, before I start I'll state Im a total noob when it comes to hacking or reverse engineering.
I do have experience developing in C,C++,Java C# and some scripting languages (Both in school and at work for several years)

Now, to business
Im trying to make a bot for PokeMMO.
I know the game is written in Java (which is not my strong side), I imported the EXE to eclipse as a reference, and found a lot of classes, looking somewhat obfuscated. (Most of the classes are named A B or OOOOO but I dont know if its actually obfuscated)
I looked at some random classes and I can understand some stuff, like calls to other java libraries, or some strings which are clear.

What Id like to do, is extract .class files from the exe and perhaps even the code if thats possible.

Any tips on how to do so would be appreciated

I attached a pic from eclipse of how the code looks once I open it from the package explorer.
(This is one of the security related functions, as the "SHA1withRSA" string hints.
and I assume its a static function with 2 params.

#1 · 13y ago
FL
floeil
good luck friends! because me I cannot ...
#2 · 13y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • Extracting files from a .exe application?By machinehead110 in Combat Arms Coding Help & Discussion
    4Last post 14y ago
  • HELP~extracting files from differnetBy heydiddledagain in Combat Arms Help
    0Last post 16y ago
  • [SOURCE CODE]Write File To Disk From Resources[VB.NET]By ajvpot in Combat Arms Hack Coding / Programming / Source Code
    2Last post 16y ago
  • Extract Audio files from BC2 folderBy gano95 in Battlefield Bad Company 2 (BFBC2) Hacks
    3Last post 16y ago
  • is it safe to delete files from Temp folder found in Local settings?By thechewu in General
    13Last post 19y ago

Tags for this Thread

#java#pokemon#reversing