Make restoreMethod() virtual

This commit is contained in:
de4dot 2012-08-21 20:14:43 +02:00
parent c004c0b52f
commit 3b9ba16df6

View File

@ -254,7 +254,7 @@ namespace de4dot.code.deobfuscators {
protected abstract ExceptionHandler readExceptionHandler();
public void restoreMethod(MethodDefinition method) {
public virtual void restoreMethod(MethodDefinition method) {
var body = method.Body;
body.Variables.Clear();