m4n0w4r 发表于 2018-8-6 12:14

IPyIDA - IPython console integration for IDA Pro

IPyIDA
IPyIDA is a python-only solution to use a IPython console in the context of IDA Pro. It spawns an IPython kernel that you can connect to with ipython console --existing in your shell or by opening a QT Console window in IDA Pro with <Shift-.>. You can then benefit from IPython’s autocompletion, online help, monospaced font input field, graphs, and so on.
Install
IPyIDA has been tested with IDA 6.6 and up on Windows, OS X and Linux.
Fast and easy install
A script is provided to install IPyIDA and its dependencies automagically from the IDA console. Simply copy the following line to the IDA console.
import urllib2; exec urllib2.urlopen('https://github.com/eset/ipyida/raw/stable/install_from_ida.py').read()
The script will do the following:

[*]Install pip if it’s not already installed
[*]Install the ipyida package from PyPi
[*]Copy ipyida_plugin_stub.py to the user’s plugins directory
[*]Load the IPyIDA plugin

Author: Marc-Etienne M.Léveillé <leveille@eset.com>
Home site: https://github.com/eset/ipyida


After successful installed, you can see it in Plugins menu like this:


The plug-in GUI:


Regards,

cyhcuichao 发表于 2018-8-6 17:43

原谅我这个小白没看懂

yangyu 发表于 2018-8-6 18:41

先做个记号在回来看

ycyanwen 发表于 2018-8-6 22:45

楼主,这款软件的功能是什么

52896009 发表于 2018-9-25 11:10

感谢楼主分享

qiubaixifang 发表于 2021-1-14 14:50

BFZWQ 发表于 2021-1-14 17:24

谢谢分享。
页: [1]
查看完整版本: IPyIDA - IPython console integration for IDA Pro