-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |