Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightbringer21 committed May 8, 2016
1 parent 24ba7ae commit 4b1e8a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ The following are the main flags that can be used with fridump:
-s, --strings run strings on all dump files. Saved in output dir.
--max-size bytes maximum size of dump file in bytes (def: 20971520)

Installation
---
To install Fridump you just need to clone it from git and run it:

git clone https://github.com/Nightbringer21/fridump.git
python fridump.py -h
Pre-requisites
---
To use fridump you need to have frida installed on your python environment and frida-server on the device you are trying to dump the memory from.
Expand All @@ -30,7 +38,7 @@ For iOS, installation instructions can be found [here](http://www.frida.re/docs/

For Android, installation instructions can be found [here](http://www.frida.re/docs/android/).

Note: On Android devices, make sure that the frida-server binary is running as server!
Note: On Android devices, make sure that the frida-server binary is running as root!

Disclaimer
---
Expand Down

0 comments on commit 4b1e8a4

Please sign in to comment.