View Single Post
  #4  
Old 12-17-2020, 11:05
atom0s's Avatar
atom0s atom0s is online now
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 397
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 733 Times in 280 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
Ok for this, the xex is compressed, so you need to decompress it first.
Attached to this post is xextool v6.3. (use with caution, no idea if its trusted/safe, I use it in a VM)

Put xextool and the exe you supplied in the same folder, open command prompt and run:
Code:
xextool.exe -c u SpeedMilestoneOpt-enUS.exe
This will decrypt/decompress the file.

Next, use the attached python scripts for IDA which are loaders. Place the .py's inside of <Path to IDA>/loaders/

These scripts are the old idaxex version before it was turned into a plugin. (However, the plugin does not work/support the 32bit version of IDA.) I've modded this script to work with IDA 7.5 (Python 3.9.x).

You should see the option to run the file with the Python script as the loader now in IDA. Let that run and then you should be able to apply the .pdb after it loads.
Attached Files
File Type: rar XexTool_v6.3.rar (209.6 KB, 5 views)
File Type: zip xbox360.zip (8.7 KB, 4 views)
File Type: zip x360_imports.zip (25.9 KB, 4 views)
__________________
Personal Projects Site: https://atom0s.com
Reply With Quote
The Following 2 Users Gave Reputation+1 to atom0s For This Useful Post:
Kurapica (12-17-2020), tonyweb (12-17-2020)
The Following 2 Users Say Thank You to atom0s For This Useful Post:
chants (12-17-2020), niculaita (12-17-2020)