Print a message after unpacking a native file

This commit is contained in:
de4dot 2011-11-30 20:22:52 +01:00
parent 3311e28a87
commit 2174011a35

View File

@ -171,6 +171,7 @@ namespace de4dot {
catch (BadImageFormatException) {
if (!unpackNativeImage(deobfuscators))
throw new BadImageFormatException();
Log.v("Unpacked native file");
}
}