sizious / xbox-binary-strings-extractor

Xbox Binary Strings Extractor is a proof-of-concept tool that dump all strings/pointer from a Xbox executable (usually default.xbe) to a CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xbox Binary Strings Extractor

This tool has been written in order to extract strings for Xbox (.XBE) executables, helping you to translate a Xbox game in your language (you know, this is "ROM hacking").

This tool is in proof-of-concept state only, it was never released to public.

Usage

xbstrex <xb_exec.bin> <output.csv> <addr_base>

The output generated will be in CSV format (can be opened in any spreadsheet software).

Credits

Ayla for his idea and original source code, Manic, Shendream, FamilyGuy, and everyone following the Shenmue Translation Pack project.

About

Xbox Binary Strings Extractor is a proof-of-concept tool that dump all strings/pointer from a Xbox executable (usually default.xbe) to a CSV file.

License:GNU General Public License v3.0


Languages

Language:Pascal 100.0%