diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-07 16:48:21 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-08 03:13:53 -0500 |
| commit | e348a79c132b1003b5bc5021f64ba205462248fd (patch) | |
| tree | 0140543e4fe13e06e6640139929a5c66b5b06394 /plugins/warp/src/plugin.rs | |
| parent | 66b7926e976185111dbbf1ccb6696bddde6555de (diff) | |
WARP: Misc changes
Diffstat (limited to 'plugins/warp/src/plugin.rs')
| -rw-r--r-- | plugins/warp/src/plugin.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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( |
