What is the relevance that I should put into “Add Property” when I create a new analysis. In this case, if the analysis was run against my pc it should just show “ATGINAHOOK.DLL”
default value of key “HKEY_CLASSES_ROOT.pdf” of registry
Ben
That works well when the key path is explicit, but doesn’t work when using native registry
For example
default value of “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall{ED439A64-F018-4DD4-8BA5-328D85AB09AB}” of registry
works just fine, but if I remove Wow6432Node and use
default value of “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{ED439A64-F018-4DD4-8BA5-328D85AB09AB}” of native registry
doesn’t seem to work - am I getting the syntax wrong?
Native registry and registry evaluate to two different things on your 64 bit system. The key you want is in the 32-bit (WOW64) branch, but using native registry will evaluate to the 64-bit branch.