PADumper
Process Android Memory Dumper
File Explorer
Download Latest Version (.zip)- main.yml
- dependabot.yml
- ProcessData.aidl
- DumperConfig.aidl
- IDumperInterface.aidl
- fixer
- fixer
- MainActivity.kt
- RootServices.kt
- SplashActivity.kt
- ElfUtils.kt
- DumperException.kt
- MapLineParser.kt
- MemoryRegion.kt
- FinderAlgorithm.kt
- MetadataFinder.kt
- MetadataFixer.kt
- Process.kt
- ProcessData.kt
- Arch.kt
- Fixer.kt
- FixerUtils.kt
- Dumper.kt
- DumperConfig.kt
- DumperMain.kt
- OutputHandler.kt
- AIDLServiceConnection.kt
- SharedConfigName.kt
- ConsoleScreen.kt
- ConsoleViewModel.kt
- MemoryScreen.kt
- MemoryViewModel.kt
- BottomNavBar.kt
- Color.kt
- Theme.kt
- Type.kt
- Event.kt
- MainScreen.kt
- Screen.kt
- ComposeUtils.kt
- IOUtils.kt
- StringUtils.kt
- Utils.kt
- fade_in.xml
- fade_out.xml
- github_mark.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- ic_launcher_background.xml
- strings.xml
- themes.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- keystore.jks
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitattributes
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/BryanGIG/PADumper
Downloads the entire project code from GitHub to your computer.
cd PADumper
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
