Skip to content

Parse Playstation 1 symbol files (*.SYM).

License

Notifications You must be signed in to change notification settings

Happy-Ferret/sym

Repository files navigation

sym

Build Status GoDoc

Parse Playstation 1 symbol files (*.SYM).

Installation

go get -u github.com/sanctuary/sym/cmd/sym_dump

Usage

The default output of sym_dump is in Psy-Q format and is identical to the DUMPSYM.EXE tool of the Psy-Q SDK.

sym_dump DIABPSX.SYM
# Output:
#
# Header : MND version 1
# Target unit 0
# 000008: $800b031c overlay length $000009e4 id $4
# 000015: $800b031c overlay length $00000004 id $5
# 000022: $80139bf8 overlay length $00023234 id $b
# 00002f: $80139bf8 overlay length $00029dcc id $c
# 00003c: $80139bf8 overlay length $0002a228 id $d
# 000049: $80139bf8 overlay length $0001ec70 id $e
# 000056: $00000000 94 Def class TPDEF type UCHAR size 0 name u_char

About

Parse Playstation 1 symbol files (*.SYM).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published