FileSystem Investigator

Forensic Browser

Developer information

  1. JavaDoc for File system drivers.

  2. High level interfaces are found in the package rossi.fstools.fs. Individual filesystem drivers implement these interfaces to provide a consistent API up to the GUI.

    Currently there is a fairly simple API here, just enough to allow navigation of the filesystem. This may be expanded in a future release.

    By using these API with a scripting engine such as BeanShell, it is possible to perform a wide variety of operations.

  3. If you want to help out and work on another file system driver, please follow the examples in the reiserfs and ext2fs subpackages. Feel free to submit patches to Bill Rossi at bill (at) rossi.com.