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
Fixed bug in the custom Yara "area" module that was making scans fail under some circumstances.
Fixed bug that allowed the main dialog to be invoked again while the chooser list was already up.
Switched the thread pool to use maximum physical vs logical core count.
Although there is no way (short of some hackish way to set thread affinity per core) to force or prefer physical cores in the Windows thread pool API, it should at least limit the use of SMT (aka "Hyper-Thread") threads that won't increase wanted compute.