Inline method calls

This commit is contained in:
ViR Dash 2019-05-03 01:23:49 +01:00
parent c019e21743
commit 6d0ce01c63

View File

@ -87,6 +87,9 @@ namespace de4dot.code.deobfuscators.ConfuserEx
}; };
list.Add(constantInliner); list.Add(constantInliner);
} }
list.Add(new MethodCallInliner(false));
return list; return list;
} }
} }