This repository was archived by the owner on Dec 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
de4dot.code/deobfuscators/Eazfuscator_NET Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ public string Detect() {
668
668
( decryptStringMethod . Body . ExceptionHandlers . Count == 1 || decryptStringMethod . Body . ExceptionHandlers . Count == 2 ) &&
669
669
new LocalTypes ( decryptStringMethod ) . Exactly ( locals33_149 ) &&
670
670
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)
672
672
}
673
673
674
674
/////////////////////////////////////////////////////////////////
@@ -819,11 +819,11 @@ public string Detect() {
819
819
decryptStringMethod . Body . ExceptionHandlers . Count == 1 &&
820
820
new LocalTypes ( decryptStringMethod ) . All ( locals50 ) &&
821
821
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" ;
827
827
}
828
828
}
829
829
You can’t perform that action at this time.
0 commit comments