dcsoft-yyf / JIEJIE.NET

An open source tool to obfuscation .NET assembly file, help you protect your copyright. small,fast and powerfu.
GNU General Public License v2.0
721 stars 135 forks source link

Skipping obfuscation #26

Open shisingh opened 5 months ago

shisingh commented 5 months ago

Hi, First let me thank you for making this tool freely available. It is one of best free tool freely available I have come across.

I was wondering if there is a way to specify skipping obfuscation of a method or class. My code has some dynamic data handing, and it is failing to find the method it was supposed to call.

Thanks in advance

dcsoft-yyf commented 5 months ago

using [System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]