![]() |
|
#1
|
||||
|
||||
|
(Android)ADB plugin for Ida Pro
Not always easy to debug android apps.
I made a plugin that helps you proberly setting up ida for debugging android apps. Have adb from android sdk/platforms-tools in your path copy android_server to adb folder from ida dbgserver folder setup PATH http://www.computerhope.com/issues/ch000549.htm place Plugin in plugin folder. find it under debugger menu. follow the steps ![]() Works Also with no file loaded in ida pro. IF not working try copy the intire adb folder to ida root folder (including android_server) includes also logcat https://github.com/techbliss/ADB_Helper_For_ida_Pro
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
| The Following 4 Users Gave Reputation+1 to Storm Shadow For This Useful Post: | ||
| The Following User Says Thank You to Storm Shadow For This Useful Post: | ||
Fragrance (10-30-2017) | ||
|
#2
|
||||
|
||||
|
Video showing how to use it
https://www.youtube.com/watch?v=j6EwCC4mxNQ
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
|
#3
|
||||
|
||||
|
added ADB shell to plugin
https://github.com/techbliss/ADB_Helper_For_ida_Pro
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
| The Following User Gave Reputation+1 to Storm Shadow For This Useful Post: | ||
computerline (01-01-2015) | ||
|
#4
|
|||
|
|||
|
this is a good tool.
Thanks a lot. |
| The Following User Gave Reputation+1 to For This Useful Post: | ||
Storm Shadow (01-02-2015) | ||
|
#5
|
||||
|
||||
|
This is the extended Version of my other plugin ADB Helper. https://github.com/techbliss/ADB_Helper_For_ida_Pro/blob/master/ADB.py
Code:
Changelog!!!
New PyQt GUI
This version have both support for native arm debugging via usb and sdk ADV manager.
Pids Direct to Ida Pro console.
Cheatsheet.
I added support for X64 targets via gdbserver.
either via pids or narmal file run.
targets like Genymotion https://www.genymotion.com/#!/
Misc
install busybox.
Rebbot phone.
Howto have android sdk installed and added platformtools to %PATH. Or take the minimalistic version i provided and put example c:\sdk-tool\ and add those to %PATH Copy other folder plugins to ida and overwrite. it will copy the ida plugin to ida\plugin folder. And make a New folder called QtApps in ida\QtApps start plugin from edit plugins. after its started run it from same. android Follow the steps. ![]() gdb follow the steps ![]() you can either attach to pids or have file then just aattch to target. ![]() IMPORTANT!!!. REMEMBER to Put Your legit android_server from Hexray in the platform tools folder and the QtApps\SuperADB folder also. https://github.com/techbliss/ADB_Helper_QT_Super_version
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IDA Remote for Android | mcr4ck | General Discussion | 5 | 12-01-2021 02:07 |
| ANDROID DEBUGGER ??? | zeytunak | General Discussion | 11 | 01-01-2020 02:20 |