Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techbliss/adb_helper_qt_super_version
All You Need For Ida Pro And Android Debugging
https://github.com/techbliss/adb_helper_qt_super_version
Last synced: 3 months ago
JSON representation
All You Need For Ida Pro And Android Debugging
- Host: GitHub
- URL: https://github.com/techbliss/adb_helper_qt_super_version
- Owner: techbliss
- Created: 2015-01-17T22:33:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T07:30:50.000Z (over 9 years ago)
- Last Synced: 2024-02-12T16:10:23.213Z (9 months ago)
- Language: Python
- Size: 3.81 MB
- Stars: 57
- Watchers: 7
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
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\QtAppshave 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