From cb3d5534c68438f1225dcfdb465d3727760a47ff Mon Sep 17 00:00:00 2001 From: SychicBoy Date: Wed, 6 Apr 2022 00:34:03 +0430 Subject: [PATCH] Update DeobfuscatorOptions.cs --- NetReactorSlayer.Core/DeobfuscatorOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetReactorSlayer.Core/DeobfuscatorOptions.cs b/NetReactorSlayer.Core/DeobfuscatorOptions.cs index 599865a..d1903e0 100644 --- a/NetReactorSlayer.Core/DeobfuscatorOptions.cs +++ b/NetReactorSlayer.Core/DeobfuscatorOptions.cs @@ -52,7 +52,7 @@ public class DeobfuscatorOptions "--decrypt-methods", " Decrypt methods that encrypted by Necrobit (True)", "--deobfuscate-cflow", " Deobfuscate control flow (True)", "--anti-tamper", " Patch anti tamper (True)", - "--remove-ref-proxies", " Remove reference proxies (True)", + "--remove-ref-proxies", " Remove reference proxies (True)", "--decrypt-hidden-calls", " Decrypt hidden calls (True)", "--decrypt-strings", " Decrypt strings (True)", "--decrypt-resources", " Decrypt assembly resources (True)",