Is there any plans to support x64 versions of Windows?
Installation logs are incomplete due to path redirection for 32-bit applications (tested current beta version).
For example, when I install WinPcap (
http://winpcap.org ) on a x64 system, its driver (npf.sys) is not seen in log, because it resides in
x64-version of \Windows\System32 (which can be accessed as \Windows\Sysnative from a 32-bit application, but it is a virtual path
so it cannot be traversed).
As far as I know, to get a real full disk scan, application must be compiled as 64-bit or perform specific syscalls.