-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The last few days I've been playing with the idea of processing SYM files to output scripts which will add all symbol information to IDA. These scripts may be either in IDC format (e.g. notes.idc) or Python format (e.g. make_diablo.py and set_funcs).
As a first step to do this, we need to be able to process SYM files to the same capabilities as DUMPSYM.EXE.
For this purpose, the https://github.com/sanctuary/sym repo was create; and as of today it is capable of parsing DIABPSX.SYM from both the Japanese SLPS-01416 release (i.e. jap_05291998.out) and the 1997-12-12 Easy as Pie release (i.e. pal_12121997.out), to produce identical output as the DUMPSYM.EXE tool of the Psy-Q SDK.
This is the initial step, and based on this we now have data structures to further process the information and produce useful high-level information; e.g. scripts for importing this information into IDA. Or, outputting C header files; etc.
Just wanted to post about the process and start to get input on directions to take, or ideas on what to play with :)
cc: @7i @galaxyhaxz @seritools