home *** CD-ROM | disk | FTP | other *** search
- This is a heavily reworked version of ofiles. Ofiles shows identifys the
- opener of a file.
- It was modified to be more portable and is known to work on several
- architectures :
- - Suns 3 and 4 under SunOs from 3.0 to 4.1.1
- - Sony 1xxx 68k under newsOS 3.0 to 4.0
- - Sony 3xxx RISC under newsOS 3.5 to 4.0
- - Decstation 3100 under Ultrix 2.2 to 4.1
- - Pyramid OSX 5.0 (with vtophys.c from OSX sources)
- - Vax BSD4.3 and Ultrix
- - Sequent DYNIX 3.0
- This is a heavily reworked version of ofiles. Ofiles shows identifies the
- opener of a file.
- It has proved to be very portable, and should work on many other
- architectures if you mess a little bit with the #defines. The code base is
- all there, but it needs configuration.
-
- There is no makefile because it is so simple to compile. You just need to
- provide the right libraries :
- Sun:
- cc ofiles.c -o ofiles -lkvm
- Sony:
- cc ofiles.c -o ofiles -lmld
- It needs two things : a symbol extraction library and a kernel memory access
- library. On most systems one or the other is already in the libc.
-
-
- Send Bugs and comments to ehrlich@margaux.inria.fr.
-