zeroKilo / XEXLoaderWV

Ghidra Loader Module for X360 XEX Files
112 stars 13 forks source link

Apply xexp/title update #17

Closed Margen67 closed 1 year ago

Margen67 commented 2 years ago

It would be nice to have a feature that applies an xexp automatically instead of having to use xextool.

zeroKilo commented 2 years ago

first time I hear about these, do you have example files? or is there a format description somewhere?

greetz WV

Margen67 commented 2 years ago

first time I hear about these, do you have example files? or is there a format description somewhere?

greetz WV

Do you have Discord?

zeroKilo commented 2 years ago

just check any of my recent videos on yt (just google warranty voider) they should all have links to my discord server

oSerenity commented 2 years ago

he is talking about updating said xex so you can view it in ghidra for quicker access to debugging or reversing maybe if possible adding a gui that will ask for said xex and xexp and update the binary to be able to see new updated file example: https://github.com/XboxChef/XexToolGUI

zeroKilo commented 1 year ago

after long research, here the first experimental implementation: image

commit -> https://github.com/zeroKilo/XEXLoaderWV/commit/684e2c601815552d4749c97749af3f2b00b539db

as I only had one file + patch for testing I leave this open for now, happy testing

greetz WV

zeroKilo commented 1 year ago

hopefully solved with this commit:

https://github.com/zeroKilo/XEXLoaderWV/commit/29a7a5622e8bdbc5e4489d9e96b77eaf47e53509

please give it a test :)

greetz WV

Margen67 commented 1 year ago

It's working now, cheers