首页
社区
课程
招聘
[转帖]idaxex
发表于: 2020-12-17 09:47 2952

[转帖]idaxex

2020-12-17 09:47
2952

idaxex

idaxex is a native loader plugin for IDA Pro, adding support for loading in Xbox360 XEX executables.


Originally started as an IDAPython loader, work was continued as a native DLL to solve the shortcomings of it.


This should hopefully have the same features as xorloser's great Xex Loader (for IDA 6 and older), along with additional support for some early non-XEX2 formats, such as XEX1 used on beta-kits.

Features

Support for XEX2 (>= 186x), XEX1 (>= 1838), XEX% (>= 1746), XEX- (>= 1640) & XEX? (>= 1529) formats.

Can handle compressed/uncompressed images, and encrypted/decrypted (with support for retail, devkit & pre-release encryption keys)

Reads in imported functions & libraries into IDA's "imports" window, and also reads exports from the loaded module into the "exports" window.

(will automatically name imports that are well-known, such as imports from the kernel & XAM, just like xorloser's loader would)

PE sections are created & marked with the appropriate permissions as given by the PE headers.

Hardware-accelerated AES-NI support, should allow loading encrypted XEXs pretty fast!

https://github.com/emoose/idaxex



[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//