RAR3-p (Compressed): Deactivated plugin because unrar is having serious problems with multi threading which lead to false negatives

pull/2657/head^2
Jens Steube 3 years ago
parent 3faad47b48
commit 32aa347e66

@ -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

@ -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

Loading…
Cancel
Save