Annotations for Commons Core library - IDAReference attribute for IDA Pro integration with Rider IDE plugin support
$ dotnet add package Host.Anzo.Commons.AnnotationsAnnotations library for Commons Core - provides the IDAReference attribute for integrating C# code with IDA Pro.
dotnet add package Host.Anzo.Commons.Annotations
Use the IDAReference attribute to mark methods and types with IDA Pro references:
using Host.Anzo.Commons.Annotations;
[IDAReference(Method = "MyFunction", MethodPtr = "0x12345678")]
public void MyMethod()
{
// Your code here
}
[IDAReference(Type = "MyStruct")]
public class MyClass
{
// Your code here
}
This library works together with the Commons Core for Rider plugin, which provides:
ida:// protocolto - shows xrefs to this location)MIT License - Copyright © 2025 Anton Lasevich