# Aida Ida Assistant

> AiDA-class IDA Pro AI assistant workflows: function context export, rename/comment proposals, Unreal scans, provider config, review-before-apply.

- Skill: `netvar1337/aida-ida-assistant` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netvar1337/aida-ida-assistant`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netvar1337/aida-ida-assistant/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: GPL-3.0-or-later
- Author: netvar1337 (https://skillmd.com/u/netvar1337)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netvar1337/aida-ida-assistant

---


# AiDA IDA assistant workflow

For native IDA plugins like **AiDA-Fork** (IDA 9.4): LLM-assisted analysis with human review gates.

## Strengths
- Function Q&A with decompiler context
- Rename/comment/struct proposals
- Hook snippet generation
- Batch analysis + cache
- Unreal global candidate scanning (static evidence only)

## Safe usage rules
- **Review before apply** every DB mutation
- Keep API keys in env/DPAPI/Keychain — never commit
- Treat model output as hypothesis; verify with xrefs/tests
- Pin IDA SDK version to plugin build

## Local path
`Desktop/AiDA-Fork-9.4` / NetVar1337 AiDA-Fork releases

## Pair with
`ida-reverse`, `ida-pro-mcp`, `annotations`, `game-internals`.

