Open source inst with hooks into libinst.so.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TruHobbyist 3aaabd9d94 „README.md“ ändern 4 months ago
catman/a_man/cat1 First commit 4 months ago
decompiler First commit 4 months ago
dist First commit 4 months ago
LCC.ksh First commit 4 months ago
Makefile First commit 4 months ago
README.md „README.md“ ändern 4 months ago
add_new_wrappers.pl First commit 4 months ago
asm.c First commit 4 months ago
asm.h First commit 4 months ago
asm.pl First commit 4 months ago
asm.s First commit 4 months ago
class_defs.hxx First commit 4 months ago
dprintf.h First commit 4 months ago
get_main_offsets.pl First commit 4 months ago
hooks_table.cxx First commit 4 months ago
hooks_table.hxx First commit 4 months ago
inst.c First commit 4 months ago
libinstw.cxx First commit 4 months ago
libinstw.h First commit 4 months ago
libinstw.hxx First commit 4 months ago
libinstw.s First commit 4 months ago
prepost.c First commit 4 months ago
prepost.cxx First commit 4 months ago
prepost.h First commit 4 months ago
reg.c First commit 4 months ago
reg.h First commit 4 months ago
reg.hxx First commit 4 months ago
wrappers.cxx First commit 4 months ago
wrappers.h First commit 4 months ago
wrappers.hxx First commit 4 months ago

README.md

Welcome to inst-1.0.0 for SGI IRIX!

This is an open source version of inst with hooks into libinst.so for SGI IRIX.

How to compile

Change into the source directory and type make:

bash# make

Dependencies

Build-time dependencies:

Perl 5.10

SGI MIPSpro C/C++ 7.4.4

Runtime dependencies:

libinst.so

Usage

Invoke it interactively just like SGI's inst:

bash# /usr/local/inst/bin/inst

Enjoy!