sanctuary / sym

Parse Playstation 1 symbol files (*.SYM).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sym

Build Status GoDoc

Parse Playstation 1 symbol files (*.SYM).

Installation

git clone https://github.com/sanctuary/sym
cd sym
go install -v ./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).

License:The Unlicense


Languages

Language:Go 99.2%Language:Makefile 0.8%