Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Dec 18, 2012
1 parent 29725a8 commit 9d38345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de4dot.code/deobfuscators/Agile_NET/Deobfuscator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public override void deobfuscateBegin() {
if (csvm.restore())
addResourceToBeRemoved(csvm.Resource, "CSVM data resource");
else {
Logger.e("Couldn't restore VM methods");
Logger.e("Couldn't restore VM methods. Use --dont-rename or it will not run");
preserveTokensAndTypes();
}
}
Expand Down

0 comments on commit 9d38345

Please sign in to comment.