ipyida
ipyida copied to clipboard
IPython console integration for IDA Pro
## how to reproduce Open an idb, then close, final reopen. now "IPython Console" stdout is broken:  ## why when idb open, plugin will load; when idb close, plugin...
just remove https://github.com/eset/ipyida/blob/master/ipyida/ipyida_plugin_stub.py#L1. It works! ``` # -*- encoding: utf8 -*- # # Simple stub to drop in IDA's "plugins" directory. # # Copyright (c) 2016-2018 ESET # Author: Marc-Etienne...
``` Task was destroyed but it is pending! task: ERROR:tornado.general:Uncaught exception in ZMQStream callback Traceback (most recent call last): File "C:\qgb\IDA_Pro_v7.5_Portable\python38\lib\site-packages\zmq\eventloop\zmqstream.py", line 431, in _run_callback callback(*args, **kwargs) File "C:\qgb\IDA_Pro_v7.5_Portable\python38\lib\site-packages\jupyter_client\threaded.py", line...
1. Actually ida_ipython can receive jupyter notebook's connection file by JUPYTER_CONNECTION environment variable. In this way IDA can be spawned by Jupyter Notebook, and being like a normal IPython kernel....
I am aware that this is an issue with regular Python in IDA too, so I am assuming this is an issue with IDA itself,but it might be possible to...
Having managed to crash another IPython session, (this time due to ZMQ running out of file handles), it is becoming increasingly annoying not to be able to restart IPyIDA. I...
At some point I had ipyida working within a jupyter notebook using a configuration file hack and ```remote_ikernel```. At some point, an upgrade broke the functionality and I can't seem...
This is great but it would be even greater if it supported using a spyder-kernels Python kernel too in order to be able to benefit from Spyder's variable explorer while...
It works, but why? 
I'm using ubuntu22.04 (python3.10) and ida pro7.5. When I put the ipyida and corresponding plugin file under `plugins` and start ida, it just crashed as follows:  Could you please...