Zydisinfo
No description available
Install / Use
/learn @milankovo/ZydisinfoREADME
Zydisinfo Plugin
The Zydisinfo plugin is an IDA Pro plugin that provides information about the instruction at the current cursor position. The plugin uses the Zydis disassembler to decode the instruction and display information such as the instruction mnemonic, operands, and encoding information.
Installation
To install the Zydisinfo plugin, follow these steps:
- Copy the
zydisinfo.(dll|so|dylib)file to the IDA plugins (idaapi.get_ida_subdirs("plugins")) folder. - Launch IDA Pro.
- Navigate to the
Edit/Pluginsmenu. - Choose
Zydis infofrom the list of plugins.
Building the Plugin
To build the Zydisinfo plugin, you will need to use the ida-cmake build system.
Please refer to the ida-cmake documentation for instructions on how to set up and use the build system.
Once you have set up the ida-cmake build system, you can build the Zydisinfo plugin by running the following commands:
git clone https://github.com/milankovo/zydisinfo --recurse-submodules
cmake -B build -DEA64=YES -S src/
cmake --build build --config Release
Note: The Zydisinfo plugin is compatible with IDA Pro 9.0 SP1. While it has been tested with this version, it might be possible to use it with previous versions of IDA Pro.
Demonstration

New in v1.1
- Introduced colored highlighting for instruction prefixes. This feature requires IDA Pro version 9.2 or newer due to a previously fixed bug in earlier versions.
- To configure the plugin, navigate to
Options -> Zydis Info...in the menu.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
