Skip to content

depp/sgix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extract SGI TarDist files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages