From e348a79c132b1003b5bc5021f64ba205462248fd Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 7 Nov 2024 16:48:21 -0500 Subject: WARP: Misc changes --- plugins/warp/src/plugin.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/warp/src/plugin.rs') diff --git a/plugins/warp/src/plugin.rs b/plugins/warp/src/plugin.rs index 93f4f3b8..67d77dda 100644 --- a/plugins/warp/src/plugin.rs +++ b/plugins/warp/src/plugin.rs @@ -186,7 +186,8 @@ pub extern "C" fn CorePluginInit() -> bool { binaryninja::command::register( "WARP\\Debug\\Apply Signature File Types", "Load all types from a signature file and ignore functions", - types::LoadTypesCommand {}, + types::LoadTypes {}, + ); ); binaryninja::command::register_for_function( -- cgit v1.3.1