Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 708 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 708 Bytes

SGI Extractor

Extracts from an *.sw and *.idb set of files. Very dumb program.

Building

$ go get
$ go build

Extracting Files

Let's say you have a *.sw and *.idb file. It's an extracted "tardist" file from SGI IRIX, or something like that. I am not an expert, but the whole system turns out to be fairly obvious to reverse engineer.

$ ls
Example
Example.idb
Example.sw

To extract, just run sgix and specify the destination:

$ sgix Example.idb Example.sw out

This will create a folder called out with the extracted contents.

License

Licensed under the MIT license. See LICENSE.txt.

See Also

http://persephone.cps.unizar.es/~spd/src/other/mydb.c