ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

[Confuser.Renamer] Errors during repeated obfuscation.

Open sdaswt5y45r opened this issue 8 years ago • 2 comments

There are errors when re-obfuscating an already obfuscated file earlier. I'm only using a plugin with renaming.

Exceptions in VTable.cs MethodDef targetMethod = impl.MethodDeclaration.ResolveThrow (); TargetMethod == null And in TypeBlobAnalyzer.cs in Analyzers IDnlibDef member = memberRef.ResolveMethodThrow (); Member == null

When ignore these errors, the application does not start (TypeInitializationException).

sdaswt5y45r avatar Jul 10 '17 15:07 sdaswt5y45r

Obfuscation should be run only once

SlowLogicBoy avatar Jul 11 '17 05:07 SlowLogicBoy

Yes, of course, but this is not normal ... it's just a renaming ...

I wrote an example code that can not be re-obfuscated. He's here https://pastebin.com/wNqBauQ4 The original piece of code: http://i.imgur.com/BfBeHCE.jpg Obfuscated: http://i.imgur.com/MaImgC7.jpg

Can anyone tell me how to fix it, or remove this .override?

sdaswt5y45r avatar Jul 12 '17 18:07 sdaswt5y45r