dfwinreg
dfwinreg copied to clipboard
add support for Windows Registry Values in registry_searcher.py
Currently FindSpecs and WinRegistrySearch are not able to search for Values within a specific key, limiting searches to keys only.
The docstring for WinRegistrySearcher is slightly incorrect here as it states: class WinRegistrySearcher(object): """Searcher for key and values within a Windows Registry."""