rev-dex-dumper - Android DEX Dumper Dump DEX files from a running Android application's memory using via ADB. --- Tool Location The binary is bundled in this skill's directory. Resolve its absolute path relative to this SKILL.md file: --- Workflow 1. Push the tool to device 2. Determine target package name If the user provides a package name, use it directly. Otherwise, get the foreground app: 3. Run the dumper The dumped DEX files are saved to on the device. 4. Pull DEX files to host Pull to the user's current working directory. 5. Clean up device cache --- Guidelines 1. Always verify ADB co…