You are viewing our Forum Archives. To view or take place in current topics click here.
How to Decompile an XeX File.
Posted:
How to Decompile an XeX File.Posted:
Status: Offline
Joined: Dec 20, 201013Year Member
Posts: 42
Reputation Power: 1
This will be a noob friendly tutorial.
Things you will need.
- XeX Tool
- A default .XeX from your game.
Step 1:
Get your xex into a new folder. Put xextool into the same folder. Now click start and type cmd
Step 2:
Go up to command and right click and copy.
[ Register or Signin to view external links. ]
Paste that into your folder that contains your XeX and XeXtool. Now drag xextool into the cmd prompt. That shud pop a new window up like this:
[ Register or Signin to view external links. ]
Now type xextool -l default.xex > dump.txt (that will create a text file in your folder will have all sorts of info.
[ Register or Signin to view external links. ]
Thats for if your going to load it into Ida Pro (but we not gonna so ;) )
Now type xextool -c u default.xex and hit enter.
[ Register or Signin to view external links. ]
Step 3:
Type xextool -e d default.xex and hit enter. Now it should say its unencrypted and uncompressed.
[ Register or Signin to view external links. ]
There ya go! Now you can fire it into Hex Editor and try to find some mods in it!
**All credit goes to XPG Gamesaves for this tutorial**
Hit that https://www.thetechgame.com/themes/thetechgame/forums/images/lang_english/icon_saythanks.gif button if i helped!
Things you will need.
- XeX Tool
- A default .XeX from your game.
Step 1:
Get your xex into a new folder. Put xextool into the same folder. Now click start and type cmd
Step 2:
Go up to command and right click and copy.
[ Register or Signin to view external links. ]
Paste that into your folder that contains your XeX and XeXtool. Now drag xextool into the cmd prompt. That shud pop a new window up like this:
[ Register or Signin to view external links. ]
Now type xextool -l default.xex > dump.txt (that will create a text file in your folder will have all sorts of info.
[ Register or Signin to view external links. ]
Thats for if your going to load it into Ida Pro (but we not gonna so ;) )
Now type xextool -c u default.xex and hit enter.
[ Register or Signin to view external links. ]
Step 3:
Type xextool -e d default.xex and hit enter. Now it should say its unencrypted and uncompressed.
[ Register or Signin to view external links. ]
There ya go! Now you can fire it into Hex Editor and try to find some mods in it!
**All credit goes to XPG Gamesaves for this tutorial**
Hit that https://www.thetechgame.com/themes/thetechgame/forums/images/lang_english/icon_saythanks.gif button if i helped!
#2. Posted:
Status: Offline
Joined: Dec 20, 201013Year Member
Posts: 42
Reputation Power: 1
Anyone find this helpful?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.