A lightweight terminal integration for IDA Pro that lets you open a fully functional terminal within the IDA GUI.
Quickly access shell commands, scripts, or tooling without leaving your reversing environment.
- Open a terminal window directly inside IDA Pro
- Instant access with
Ctrl+Shift+T
- Seamlessly integrated using Qt
Once the plugin is installed:
- Press
Ctrl+Shift+T
to toggle the terminal window inside IDA Pro. - Run shell commands as you would in a regular terminal.
- Clone this repo in your IDA
$HOME/.idapro/plugins/
directory. - Restart IDA Pro.
Rename config.example.py to config.py to customize the behaviour.
Currently only works on
- MacOS
- Linux
- Tested with IDA Pro 9.1+ on MacOS
The terminal window is powered by termqt, a Qt-based terminal emulator.
MIT License
Big thanks to TerryGeng for building termqt, which made this integration possible.