Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   PyQt And PySide App caller for Ida Pro (https://forum.exetools.com/showthread.php?t=16437)

Storm Shadow 01-10-2015 22:15

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


All times are GMT +8. The time now is 02:08.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX