Welcome aboard! We’re excited to help you supercharge your reversing workflow.

📋 Pre-flight Checklist

Before we blast off, let’s make sure your setup is ready. You’ll need:


🛠️ Installation

Let's get this running. It’s easier than reversing a "Hello World" binary.

1. Open the Python console

Fire up IDA Pro and locate the Python console at the bottom of the window.

If the console pane isn’t open, you can show it via Windows → Output window , select Python.

2. Run the magic spell

Copy the code block below, paste it into the console, and hit Enter:

import urllib.request; exec(urllib.request.urlopen("<https://raw.githubusercontent.com/zenyard/zenyard-ida-public/main/install_from_ida.py").read().decode("utf-8>"))