You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -569,36 +570,60 @@ private byte[] RebuildMetadata(byte[] encryptedMetadata, List<(int Start, int En
569
570
Logger.InfoNewline($"Mfuscator header decrypted successfully. Header length: {headerLength} bytes. String literals XOR key: 0x{stringLiteralsXorKey:X2}. String literals use {(stringLiteralsIsPlus?"plus":"minus")} rotation. Will rebuild as version {MetadataVersion} metadata with assemblies section at index {assembliesSectionIndex}.");
//We'll likely get a couple dozen paths due to the fake offsets, which vary in supposed position and delta, but they should all agree on *actual* position in file.
582
592
//We check that that's the case, and take those actual positions as gospel.
583
593
//NB actually we don't check if that's the case because they sometimes differ in unimportant sections, too bad!
584
-
Logger.VerboseNewline($"Found {paths.Count} possible section layouts with metadata length 0x{metadataLength:X4} bytes.");
594
+
Logger.VerboseNewlineIfDebug($"Found {paths.Count} possible section layouts with metadata length 0x{length:X4} bytes.");
0 commit comments