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 | |
| parent | 66b7926e976185111dbbf1ccb6696bddde6555de (diff) | |
WARP: Misc changes
Diffstat (limited to 'plugins/warp/src/plugin')
| -rw-r--r-- | plugins/warp/src/plugin/types.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/warp/src/plugin/types.rs b/plugins/warp/src/plugin/types.rs index 5ddff403..fb030bfe 100644 --- a/plugins/warp/src/plugin/types.rs +++ b/plugins/warp/src/plugin/types.rs @@ -3,9 +3,9 @@ use binaryninja::binaryview::{BinaryView, BinaryViewExt}; use binaryninja::command::Command; use std::time::Instant; -pub struct LoadTypesCommand; +pub struct LoadTypes; -impl Command for LoadTypesCommand { +impl Command for LoadTypes { fn action(&self, view: &BinaryView) { let Some(file) = binaryninja::interaction::get_open_filename_input( "Apply Signature File Types", |
