Improve the README

This commit is contained in:
Ole André Vadla Ravnås
2015-03-05 01:22:21 +01:00
parent 77d89e4b6d
commit 8f36a51596
+9 -3
View File
@@ -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?