Interface and implementing classes - mismatched method names
Status: Beta
Brought to you by:
fileoffset
I've used the tool to deobfuscate a project with several hundred classes. The code makes extensive use of interfaces combined with implementation classes. Interface method names were converted to sub_null_... while the classes implementing the interface would have its methods renamed differently, in the usual pattern of sub_...
As a programmer (althrough not yet in C#), I'll give it a go to fix the problem myself. If successful, I'll provide the fix. However, if you have the time please look into it.
Thank you,
Dan Armstrong
dan@aoindustries.com
Logged In: NO
FYI - the same issue affects abstract classes as well as interfaces.