Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 9259af5

Browse files
author
Zaczero
committed
Increased trash amount in injected functions
1 parent 23f53b4 commit 9259af5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,9 @@ private void Encrypt(ref string str)
680680
$"for(int {i} = {Inject(0)}; {i} < {data}.Length; {i}++)" +
681681
$"{{" +
682682
$"<flow>" +
683-
$"<trash 4>" +
683+
$"<trash 6>" +
684684
$"{data}[{i}] = (byte)({fin}[{i}] ^ {enc}[{i} % {Inject(4)}]);" +
685-
$"<trash 4>" +
685+
$"<trash 6>" +
686686
$"<flow/>" +
687687
$"}}" +
688688
$"<flow>" +
@@ -766,9 +766,9 @@ private void Encrypt(ref string str)
766766
$"for(int {i} = {Inject(0)}; {i} < {data}.Length; {i}++)" +
767767
$"{{" +
768768
$"<flow>" +
769-
$"<trash 4>" +
769+
$"<trash 6>" +
770770
$"{data}[{i}] = (byte)({fin}[{i}] ^ {enc}[{i} % {Inject(4)}]);" +
771-
$"<trash 4>" +
771+
$"<trash 6>" +
772772
$"<flow/>" +
773773
$"}}" +
774774
$"<flow>" +
@@ -851,9 +851,9 @@ private void Encrypt(ref string str)
851851
$"for(int {i} = {Inject(0)}; {i} < {data}.Length; {i}++)" +
852852
$"{{" +
853853
$"<flow>" +
854-
$"<trash 4>" +
854+
$"<trash 6>" +
855855
$"{data}[{i}] = (byte)({fin}[{i}] ^ {enc}[{i} % {Inject(4)}]);" +
856-
$"<trash 4>" +
856+
$"<trash 6>" +
857857
$"<flow/>" +
858858
$"}}" +
859859
$"<flow>" +

0 commit comments

Comments
 (0)