Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit d7c7c7c

Browse files
committed
Fix Indentation
1 parent 2581da1 commit d7c7c7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

de4dot.code/deobfuscators/Eazfuscator_NET/VersionDetector.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public string Detect() {
668668
(decryptStringMethod.Body.ExceptionHandlers.Count == 1 || decryptStringMethod.Body.ExceptionHandlers.Count == 2) &&
669669
new LocalTypes(decryptStringMethod).Exactly(locals33_149) &&
670670
CheckTypeFields2(fields33_149)) {
671-
return "3.3.149 - 3.4"; // 3.3.149+ (but not SL or CF)
671+
return "3.3.149 - 3.4"; // 3.3.149+ (but not SL or CF)
672672
}
673673

674674
/////////////////////////////////////////////////////////////////
@@ -819,11 +819,11 @@ public string Detect() {
819819
decryptStringMethod.Body.ExceptionHandlers.Count == 1 &&
820820
new LocalTypes(decryptStringMethod).All(locals50) &&
821821
CheckTypeFields2(fields50)) {
822-
foreach (var inst in stringDecrypter.Method.Body.Instructions) {
823-
if (inst.OpCode.Code == Code.Cgt_Un)
824-
return "5.1";
825-
}
826-
return "5.0";
822+
foreach (var inst in stringDecrypter.Method.Body.Instructions) {
823+
if (inst.OpCode.Code == Code.Cgt_Un)
824+
return "5.1";
825+
}
826+
return "5.0";
827827
}
828828
}
829829

0 commit comments

Comments
 (0)