![]() |
#1
|
||||
|
||||
PyQt And PySide App caller for Ida Pro
I made this hope its usefull for QT and PySide developers
Always thought hexray did it so hard to make QT and PySide app for ida. this helps you out calling them. This is a PyQt helper for Ida Pro insteed of writing QT for ida pro like Hex-ray blog shows http://www.hexblog.com/?p=229 I always found that method to be very time consuming. It's much easyer to write Qt and PySide apps via Qt designer.Then save as *.ui then covert them pyuic4 -o test.py test.ui -x remember to fix the code http://techbliss.org/threads/bringing-ida-pro-plugin-writing-into-2014.527/#post-1453 Now for the Plugin Its make Use off calling Qtapps more easy. You have to make a folder in your ida folder called QTApps so its idadir/QTApps Put test.py in that folder. Put Call_PyQt.py in plugin folder and run via edit/plugin/PyQt caller this is the basic layout for calling QT and pyside apps, ones runned find the Qt app in the same menu edit/plugin/call PyQt Plugin It then calls the Test.py PyQt i made in this reposotery. So all your Qt apps should go in this folder. Regards storm https://github.com/techbliss/PyQt_PySide_APP_Caller
__________________
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 5 Users Gave Reputation+1 to Storm Shadow For This Useful Post: | ||
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
IDA Pyside Qt 4.8.6 | computerline | Community Tools | 9 | 10-21-2014 14:35 |