From b7ec193701a8207844111a19eb5010996f2971a6 Mon Sep 17 00:00:00 2001 From: MrWildanMD <60354284+MrWildanMD@users.noreply.github.com> Date: Mon, 5 Jul 2021 22:31:32 +0700 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d574a4 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# MemDumper +APK Version of MemDumper Allows you to Dump Memory Segment From Process Memory and Rebuild So(Elf) Binaries +# Features +* No need of Ptrace +* Bypass Anti Debugging +* Fix and Regenerate Elf Binaries +* Dumping of Lib from Memory of Process +* Auto Dumping With Segment Name +* Manual Dumping With Custom Memory Address +* Support Fast Dumping(May Miss some data due to limitations of syscalls) +# How To Use +Just input the needed field / options +# Credits +* [kp7742/MemDumper](https://github.com/kp7742/MemDumper) : Dump Memory Segment From Process Memory and Rebuild So(Elf) Binaries +* [F8LEFT/SoFixer](https://github.com/F8LEFT/SoFixer) : 32bit So(Elf) Rebuilding +* [maiyao1988/elf-dump-fix](https://github.com/maiyao1988/elf-dump-fix) : 64bit So(Elf) Rebuilding