| 1 | use crate::matcher::{Matcher, PlatformID, PLAT_MATCHER_CACHE}; |
| 2 | use binaryninja::binary_view::{BinaryView, BinaryViewExt}; |
| 3 | use binaryninja::command::Command; |
| 4 | pub struct LoadSignatureFile; |
nothing calls this directly
no outgoing calls
no test coverage detected