Plugin
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "RAsmPlugin" , destroy_function = "" , free_function = "" ) ]
public class Plugin
Represents Radare2 assembly plugins.
Content:
Fields:
- public string arch
The architecture the plugin supports.
- public int bits
Supported bit sizes.
- public string cpus
The CPUs the plugin supports.
- public string desc
The plugin description.
- public string license
The license for the plugin.
- public string name
The plugin name.
- public void* user
The user data pointer;