Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 819 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 819 Bytes

sndata-converter

Description:

A python script that can extract both function names and offsets. And puts those functions and offsets into a script for either Ghidra or Ida to use.

I still haven't tested this with IDA, so report and problems if there are any.

Usage:

usage: sndata-converter PS2-ELF Output [options]

Extract Debug Symbols from PS2 ELF files the contain a .sndata section
header

positional arguments:
  PS2 ELF       Input file
  Output        Output file

optional arguments:
  -h, --help    show this help message and exit
  -i, --ida     Output Ida Python script
  -g, --ghidra  Output script for use with Ghidra's 'ImportSymbolsScript.py'

References:

@diwidog - For originally reversing the .sndata header format.