Hey Dave, I don't have anything like that.
This probably has some code to check assemblies for obfuscations patterns: https://github.com/0xd4d/de4dot That you could use or port to Cecil easily. Jb On Mon, Feb 6, 2017 at 7:24 AM, Dashnick <[email protected]> wrote: > What I want to do is basically write a quick script using cecil to check > if an assembly has been obfuscated by checking to see if a type name exists > in the assembly (which shouldn't exist if the assembly is obfuscated). > > Is there something existing to do something like this? > > Thanks > Dave > > -- > -- > -- > mono-cecil > --- > You received this message because you are subscribed to the Google Groups > "mono-cecil" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
