Package host.anzo.commons.annotations
Annotation Interface IDAReference
Annotation for referencing IDA Pro entities (methods, types) via ida:// protocol.
When Ctrl+Click is performed on annotation values, it will open the corresponding entity in IDA Pro using the ida:// protocol handler.
-
Optional Element Summary
Optional Elements
-
Element Details
-
type
String typeThe name of the type in IDA Pro. Will be used to construct ida://type=...- Default:
""
-
field
String fieldThe name of the type in IDA Pro. Will be used to construct ida://field=...- Default:
""
-
method
String methodThe name of the method in IDA Pro. Will be used to construct ida://method=...- Default:
""
-
methodPtr
long methodPtrThe pointer/address of the method in IDA Pro (in hex format). Will be used to construct ida://methodPtr=...- Default:
-1L
-