Getting started with BinFS
- Get the tool from the downloads page.
- Run builtin demo:
> binfs demo
Mounted '/tmp/binfs' at 'demo.binfs'
- 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'
- Inspect the contents of either
demo.binfs
orenv.binfs
.
Live demo can found here https://github.com/binfs-project/demos