Extracts from an *.sw
and *.idb
set of files. Very dumb program.
$ go get
$ go build
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.
Licensed under the MIT license. See LICENSE.txt
.