techbliss / ADB_Helper_QT_Super_version

All You Need For Ida Pro And Android Debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the extended Version of my other plugin ADB Helper. https://github.com/techbliss/ADB_Helper_For_ida_Pro/blob/master/ADB.py



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

have a copy of android_server and gdbserver in android_sdk path

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.


changelog v 1.1
Small code fixes
added Pids to Show in GUI insteed of ida .


If you have trouble loading plugin see tut of howto setup ida and PyQt correct.
http://www.techbliss.org/threads/adb-qt-super-version.626/#post-2095




About

All You Need For Ida Pro And Android Debugging


Languages

Language:Python 98.2%Language:HTML 1.8%