binaryninja::architecture

Function register_architecture

source
pub fn register_architecture<A, F>(name: &str, func: F) -> &'static A
Expand description

Registers a new architecture with the given name.

NOTE: This function should only be called within CorePluginInit.