Update exception string

This commit is contained in:
de4dot 2012-07-27 09:21:03 +02:00
parent 16e6a986c7
commit 471628b843

View File

@ -126,7 +126,7 @@ namespace de4dot.code.deobfuscators.Confuser {
reader.BaseStream.Position = peImage.rvaToOffset(rva);
if (!isBytes(prolog))
throw new ApplicationException(string.Format("Missing epilog @ RVA {0:X8}", rva));
throw new ApplicationException(string.Format("Missing prolog @ RVA {0:X8}", rva));
reader.BaseStream.Position += prolog.Length;
while (!isBytes(epilog))