Skip to content

A quick and dirty tool to convert from Dxbx symbol cache files to IDA scripts.

Notifications You must be signed in to change notification settings

Cxbx-Reloaded/sym2idc

Repository files navigation

sym2idc

A quick and dirty PHP script to convert Dxbx symbol cache files (.sym) to IDC scripts for IDA Pro.

Usage

php -f sym2idc.php [infile] > [outfile]

In IDA Pro, go to File => IDC Script and Select the output file of this tool

Example

php -f sym2idc.php "FFFE0000_4C0590E3_Xbox OnlineDash.sym" > "FFFE0000_4C0590E3_Xbox OnlineDash.idc"

An example input and output is included in this repository.

About

A quick and dirty tool to convert from Dxbx symbol cache files to IDA scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages