Open
Description
What is the feature you'd like to have?
Right now WARP signature files are really expected to be located within the respective load directories, with the manual load command being an afterthought and primarily used to debug. We should improve the process in two ways:
- Make a single command that loads a signature file and then runs the matcher with just that signature file. This is what people actually want, if you have version 1 of a binary and then a second version of the same binary your tolerance for bad matches is much lower than if your binary was not related at all.
- Provide a user interface for introspection of the in memory data set. This would allow users to verify that their dataset is loaded correctly, specifically when it comes to the cache flushing that occurs on certain commands.