Search results

  1. L

    why we can't use PyQt4 QWebView in IDAPython

    Hi all , I want to use WebKit in IDAPython, I have try PyQt4 and PySide, but all failed, when I use QWebView.load function, IDA pro will crash or exit process: from PyQt4.QtWebKit import * web = QWebView(self.parent) web.load(QUrl("http://www.baidu.com/")) I use windbg attache IDA process...
Top