Skip to content
sysdream edited this page Jan 31, 2013 · 3 revisions

Fino - Android Application Remote inspection service

Overview

Fino is a tool providing a convenient way to dynamically interact with running Android applications throug a Python API. This project is made of three main components:

  • Fino, a tool aiming at injecting a service inside the target application APK
  • Gadget, an Android application providing a server intended to be used with our Python API
  • Gadget-client, our Python API providing all the nice features demonstrated at 29C3.

All of these are required to use Fino.

Fino Setup

Setting up an environment for Fino is quite easy but requires some dependencies:

  • Python 2.6+
  • Google's Android SDK
  • Apktool
Clone this wiki locally