zeroKilo / XEXLoaderWV

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

Plugin not working #1

Closed Gh0stBlade closed 5 years ago

Gh0stBlade commented 5 years ago

I followed the video tutorial and couldn't get the .xex file from two Xbox 360 games to load. Does it require a specific type of .xex? i.e unencrypted uncompressed? More info should be provided.

Gh0stBlade commented 5 years ago

I tried encrypted and compressed xex I tried unencrypted and uncompressed xex

No luck, Ghidra tires to load the xex as raw binary.

zeroKilo commented 5 years ago

as someone in that video commented: have you installed jdk12? its compiled for that

Gh0stBlade commented 5 years ago

Thanks, that was the problem. Ghidra FAQ does state that all plugins should be JDK11 though.