IDAPython-pycharm-setup
IDAPython-pycharm-setup copied to clipboard
How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)
Following the README, I get this error inside the IPyIDA console when I attempt to launch debug from PyCharm ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) File ~/bin/pycharm-2022.2.2/plugins/python/helpers/pydev/pydevd.py:16 13...
After reinstalling windows i and setting everything up again i started seeing this warning message. `C:\Users\User\AppData\Roaming\Python\Python312\site-packages\zmq\_future.py:724: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq....
Is there way to remove this message it only shows when script is run from pycharm, if run from Shift+F2 this message does not show. `culling sys module...`
``` C:\projects\python\python-asm\.venv\Scripts\python.exe pycharm_wrapper.py -X pycache_prefix=C:\Users\surface\AppData\Local\JetBrains\PyCharmCE2024.3\cpython-cache "C:/Program Files/JetBrains/PyCharm Community Edition 2024.3.4/plugins/python-ce/helpers/pydev/pydevd.py" --multiprocess --qt-support=auto --client 127.0.0.1 --port 8947 --file C:\projects\python\python-asm\ida\test4.py usage: pycharm_wrapper.py [-h] path ... pycharm_wrapper.py: error: unrecognized arguments: -X Process finished...
I configure Pycharm and can execute the scripts OK, but cannot make it work the console terminal. i configure the project interpreter pointing to pycharm_wrapper.py but always fail  ---------------------------------------------------------------------------...