Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 395 Bytes

memdump

Yet another tool for dump mapped memory regions of process, designed to work with Android.

Usage: memdump <pid> [-a/--all] [-d <outdir>] [-h/--help]
	-h/--help: Print this help.
	-a/--all: Dump all memory region.
	-d <outdir>: Output directory for dumped files.

LICENSE