Getting started with BinFS

  1. Get the tool from the downloads page.
  2. Run builtin demo:
> binfs demo
Mounted '/tmp/binfs' at 'demo.binfs'
  1. Run binfs against a binary (/usr/bin/env in this example)
> binfs /usr/bin/env -o env.binfs
Mounted '/usr/bin/env' at 'env.binfs'
  1. Inspect the contents of either demo.binfs or env.binfs.

Live demo can found here https://github.com/binfs-project/demos