Skip to content

Releases: emoose/idaxex

idaxex + xex1tool 0.27

27 Dec 20:33
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for 32/64-bit IDA Pro 7.2, 7.3 & 7.5

To install idaxex just extract the idaxex.dll/idaxex64.dll for your IDA version into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.5\loaders)

xex1tool is also included, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.25

(0.27) idaloader: include ida32 builds for IDA 7.2/7.3
(0.27) idaloader: don't exclude .idata segment from being created (fixes some issues with halo 3 delta build's imports)
(0.26a) idaloader: added 32-bit build for ida75 loader (for using with PPC hexrays, etc)
(0.26) idaloader: add builds for IDA 7.3 & 7.5
(0.26) xex: add support for loading XEX0 files

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions.
Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA
From this I've attached prebuilt binaries for IDA 7.2/7.3/7.5, which you can find down below.

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK libraries).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching as the PDB was made for the EXE before it was converted to XEX, you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were linked in from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.26

19 Jul 17:44
Compare
Choose a tag to compare

(old release, see 0.26a below!)

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for IDA Pro 7.2, 7.3 & 7.5.

To install idaxex just extract the idaxex64.dll for your IDA version into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.3\loaders)

xex1tool is also included, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

(0.26) idaloader: add builds for IDA 7.3 & 7.5
(0.26) xex: add support for loading XEX0 files
xex: load XEX2D imagesize properly, fixes XEX2D decompression
xex1tool: fix XEX3F displaying as XEX2F, fix basefile extraction text, some minor XEX0 work
xex: fix incorrect XEX2D security info struct preventing XEX2D files from loading properly (in xex1tool at least, idaxex never had this issue afaik)
xex1tool: update execution ID structs & add xex3f variant

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions.
Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA
From this I've attached prebuilt binaries for IDA 7.2/7.3/7.5, which you can find down below.

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.25

06 Jul 19:40
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

xex: load XEX2D imagesize properly, fixes XEX2D decompression
xex1tool: fix XEX3F displaying as XEX2F, fix basefile extraction text, some minor XEX0 work
xex: fix incorrect XEX2D security info struct preventing XEX2D files from loading properly (in xex1tool at least, idaxex never had this issue afaik)

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.24

06 Jul 17:56
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360 executable formats.

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

xex: load XEX2D imagesize properly, fixes XEX2D decompression

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.26a

17 Dec 08:32
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for IDA Pro 7.2, 7.3 & 7.5.

To install idaxex just extract the idaxex.dll/idaxex64.dll for your IDA version into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.5\loaders)

xex1tool is also included, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

(0.26a) idaloader: added 32-bit build for ida75 loader (for using with PPC hexrays, etc)
(0.26) idaloader: add builds for IDA 7.3 & 7.5
(0.26) xex: add support for loading XEX0 files
xex: load XEX2D imagesize properly, fixes XEX2D decompression
xex1tool: fix XEX3F displaying as XEX2F, fix basefile extraction text, some minor XEX0 work
xex: fix incorrect XEX2D security info struct preventing XEX2D files from loading properly (in xex1tool at least, idaxex never had this issue afaik)
xex1tool: update execution ID structs & add xex3f variant

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions.
Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA
From this I've attached prebuilt binaries for IDA 7.2/7.3/7.5, which you can find down below.

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.25a

06 Jul 20:37
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

xex: load XEX2D imagesize properly, fixes XEX2D decompression
xex1tool: fix XEX3F displaying as XEX2F, fix basefile extraction text, some minor XEX0 work
xex: fix incorrect XEX2D security info struct preventing XEX2D files from loading properly (in xex1tool at least, idaxex never had this issue afaik)
xex1tool: update execution ID structs & add xex3f variant

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.24a

06 Jul 18:04
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360/Xenon executable formats.

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.23

xex: load XEX2D imagesize properly, fixes XEX2D decompression
xex1tool: fix XEX3F displaying as XEX2F, fix basefile extraction text, some minor XEX0 work

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.23

11 Mar 16:52
Compare
Choose a tag to compare

idaxex: XEX loader for IDA 7+, supporting most known Xbox360 executable formats.

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.21

xex1tool: allow checking hashes (header hash / image hash / import table hashes)
idaloader: fix to allow adding segments properly, and work closer to xorloser loader
idaloader: name import thunks properly

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to help IDA understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, updated code for IDA 7 can be found on gibbed's repo here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Symbols

If you want to load any symbols in they should hopefully work fine with this loader - IDA should be able to load .PDBs fine by itself (though not .XDBs, which aren't that interesting anyway since they only include symbols for XDK librarys).

When loading the PDB IDA will ask for the address to load it to, make sure to give it the correct base address of the XEX (eg. 0x82000000 is common, but others might be used too - check with xex1tool first), and uncheck the "Types only" option - you'll probably get an alert about the input file not matching (as the PDB was made for the EXE before it was converted to XEX), you can usually ignore that, and as long as you have the correct PDB it should then load in fine.

I've also modified the ida-pro-loadmap .MAP symbols loader to work with loader plugins like this one too, and also allow it to mark even more functions than it previously could, along with being able to mark functions that were imported from known SDK libraries: https://github.com/emoose/ida-pro-loadmap/releases

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.21

14 Feb 13:15
Compare
Choose a tag to compare

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Changes from 0.2

xex1tool: check XEX signature and print result/key used, update xex_keys.hpp
namegen: try using PE module name from XEX headers when naming exports

Thanks to Lukas Quintus Gladius for reporting an issue with the export naming functionality - hopefully it should now name any well-known exports properly (based on the PE name inside the XEX's headers when possible, rather than the loaded files name)

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to let IDA to understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, the code for it can be found here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!

idaxex + xex1tool 0.2

27 Jan 17:16
Compare
Choose a tag to compare

Built for IDA Pro 7.2.

To install idaxex simply extract idaxex64.dll into IDA's 'loaders' directory (eg. C:\Program Files\IDA 7.2\loaders)

Also included is a preliminary build of xex1tool, which should hopefully support printing headers & extracting basefile/resources from all the XEX revisions supported by idaxex, usage is the same as XexTool.

Recommendations

Recommend pairing this loader with the PPCAltivec plugin, to let IDA to understand any Altivec instructions. Fortunately yui-konnu has released an updated version for IDA 7 here: https://github.com/yui-konnu/PPC-Altivec-IDA

PPC2C also comes in useful for making sense of some of the bit-fiddling opcodes, the code for it can be found here: https://github.com/gibbed/ppc2c

You can also integrate Ghidra's decompiler into IDA by using cseagle's blc plugin, which works pretty well with both X360 executable formats (XEX / EXE): https://github.com/cseagle/blc

Support

As there's only an x64 build of PPCAltivec I've decided to only release the x64 build of idaxex - to help make sure people don't accidentally load into the 32-bit IDA and lose out on Altivec support. (a 32-bit version of idaxex can be built, but IMO there's not really any point)

idaxex has no user-configurable options - just extract the loader, reload IDA and you should now be able to load XEX files!

If you have any problems please let me know about them on the Issues page!