isieo / adbFS

A Proof of concept fuse filesystem for android debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Compilation

You will need at least the following on Debian:

  • android-tools-adb
  • libfuse-dev
  • pkg-config

Install

Put the compiled binary into your <path-to-android-sdk>/tools directory.

Use

$ adbfs <Mountpoint>

About

A Proof of concept fuse filesystem for android debugger

License:Other


Languages

Language:C++ 98.3%Language:Makefile 1.7%