Inspeckage Tutorial
- Do you work in a cybersecurity company? Do you want to see your company advertised in HackTricks? or do you want to have access to the latest version of the PEASS or download HackTricks in PDF? Check the SUBSCRIPTION PLANS!
Start the Virtual Device from the menu

Make sure the device is online for adb

Drag and drop the Xposed framework zip file (
xposed-vXX-sdkXX-x86.zip
) to your virtual device display to flash the device.Drag and drop Xposed Installer APK (
XposedInstaller_*.apk
). This should install and launch Xposed Installer application. At this stage, it will display that the Xposed framework is installed but disabled:

Reboot the device with
adb reboot
command. Do not reboot from _Xposed Installer_** as this will freeze the device.**
Launch Xposed installer. It should display “Xposed Framework version XX is active”

Drag and drop the Inspeackage APK (app-release.apk) to your virtual device display to install the app.
After installing, Go to Xposed Installer → Modules→ Activate the Module → reboot via adb

After, Successful installing of Inspeckage and Xposed Installer. Now we can hook any application with Inspeackage. To do this follow the below steps
- 1.Launch the Inspeckage Application from the application drawer
- 2.Click on the “Choose target” text and select the target application

3. Then forward VD local-host port to main machine using adb
adb forward tcp:8008 tcp:8008

5. Now click Turn On the button to Inspect the app. (make sure
App is running:
status should be True before you “Turn On”
- Do you work in a cybersecurity company? Do you want to see your company advertised in HackTricks? or do you want to have access to the latest version of the PEASS or download HackTricks in PDF? Check the SUBSCRIPTION PLANS!
Last modified 4mo ago