IDA#Plug
A Visual Studio integrated framework for C# plugins targeting IDA Pro
IDA from Hex-Rays SA is a well-known dis-assembly software extensively used in the reverse engineering field. IDA provides an extensive API for C language plugin development. While efficient, C can be painful and time consuming as soon as you attempt to develop high level tasks.
This project attempts to provide :
- A framework that let you develop plugins using C#
- Visual Studio integration for ease of use
Plugins are mixed mode libraries (managed+unmanaged) relying on a .Net library...