Skip to content

How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)

License

Notifications You must be signed in to change notification settings

overfl0/IDAPython-pycharm-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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!

About

How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages