You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."""
The text was updated successfully, but these errors were encountered:
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."""
The text was updated successfully, but these errors were encountered: