Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@kweatherman kweatherman released this 17 Sep 10:40
  • 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.