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 3c60180 commit 9d08c61
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Fridump (v0.1) is an open source memory dumping tool, primarily aimed to penetra

Usage
---

How to:

fridump [-h] [-o dir] [-u] [-v] [-r] [-s] [--max-size bytes] process

The following are the main flags that can be used with fridump:

positional arguments:
Expand All @@ -16,6 +21,14 @@ The following are the main flags that can be used with fridump:
-r, --read-only dump read-only parts of memory. More data, more errors
-s, --strings run strings on all dump files. Saved in output dir.
--max-size bytes maximum size of dump file in bytes (def: 20971520)
Examples:

fridump -u Safari - Dump the memory of an iOS device associated with the Safari app
fridump -u -s com.example.WebApp - Dump the memory of an Android device and run strings on all dump files
fridump -r -o [full_path] - Dump the memory of a local application and save it to the specified directory
More examples can be found [here]()

Installation
---
Expand Down

0 comments on commit 9d08c61

Please sign in to comment.