From 32aa347e6679ac1d7029b9e0408a4b1e7f076b65 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Mon, 24 May 2021 17:52:09 +0200 Subject: [PATCH] RAR3-p (Compressed): Deactivated plugin because unrar is having serious problems with multi threading which lead to false negatives --- docs/changes.txt | 1 + src/Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 38e4b663a..db8a543bb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -27,6 +27,7 @@ - Dependencies: Updated xxHash from 0.1.0 to v0.8.0 - Stable XXH3 - Documentation: Update missing documentation in plugin developer guide for OPTS_TYPE_MP_MULTI_DISABLE and OPTS_TYPE_NATIVE_THREADS - Kernels: Add standalone true UTF8 to UTF16 converter kernel that runs after amplifier. Use OPTS_TYPE_POST_AMP_UTF16LE from plugin +- RAR3-p (Compressed): Deactivated plugin because unrar is having serious problems with multi threading which lead to false negatives * changes v6.2.0 -> v6.2.1 diff --git a/src/Makefile b/src/Makefile index 2f9f07432..c732b0fdc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,6 +9,8 @@ PRODUCTION := 0 PRODUCTION_VERSION := v6.2.1 ENABLE_CUBIN ?= 1 ENABLE_BRAIN ?= 1 +# unrar is having serious problems with multi threading which lead to false negatives +# poc: https://github.com/hashcat/hashcat/issues/2796 ENABLE_UNRAR ?= 1 USE_SYSTEM_LZMA ?= 0 USE_SYSTEM_ZLIB ?= 0