https://github.com/overfl0/idapython-pycharm-setup
How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)
https://github.com/overfl0/idapython-pycharm-setup
Last synced: 2 months ago
JSON representation
How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)
- Host: GitHub
- URL: https://github.com/overfl0/idapython-pycharm-setup
- Owner: overfl0
- License: mit
- Created: 2022-06-23T23:50:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:12:41.000Z (about 1 year ago)
- Last Synced: 2025-04-07T22:41:38.404Z (3 months ago)
- Language: Python
- Size: 216 KB
- Stars: 42
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDAPython-pycharm-setup
How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)This is just a placeholder Readme. FIXME: Improve me
## Running your code directly from PyCharm
Note: you need to install and configure [IPyIDA](https://github.com/eset/ipyida) first.
TL;DR: Set the pycharm_wrapper.py file as as Run/Debug Configuration template
using the appropriate options and then just use Shift+F10 to (re-)run your
python script in IDA while seeing the output in a separate terminal.
## Configuring autocompletion
Open the settings window, navigate to your interpreter and add IDAPython
directory to the interpreter paths
Autocompletion and docstrings in PyCharm should now be working!

