From 8f36a51596e92007b7481b927c44c249b4eac952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Thu, 5 Mar 2015 01:22:21 +0100 Subject: [PATCH] Improve the README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50ffa6e..129a75c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ +# frida-python + +Python bindings for [Frida](http://www.frida.re). + +# FAQ + ## So what is Frida, exactly? It's Greasemonkey for native apps, or, put in more technical terms, it's a dynamic code instrumentation toolkit. It lets you inject snippets of JavaScript -into native apps on Windows, Mac, Linux and iOS. Frida also provides you with -some simple tools built on top of the Frida API. These can be used as-is, -tweaked to your needs, or serve as examples of how to use the API. +into native apps on Windows, Mac, Linux, iOS and Android. Frida also provides +you with some simple tools built on top of the Frida API. These can be used +as-is, tweaked to your needs, or serve as examples of how to use the API. ## Why do I need this?