4
Answers

C# Obfuscar

Hello

Im using Obfuscar 2.2.41 tool to obfuscar an app made using Visual Studio 2019

Here is my obfuscar.xml file

<Var name="OutPath" value=".\Ofuscados" />
  <Var name="LogFile" value="ofuscacion-log.txt" />
  <Var name="RenameProperties" value="true" />
  <Var name="RenameEvents" value="true" />
  <Var name="RenameFields" value="true" />
  <Var name="UseUnicodeNames" value="true" />
  <Var name="KeepPublicApi" value="false" />
  <Var name="HidePrivateApi" value="true" />  
  <Var name="HideStrings" value="true" />
  <Var name="OptimizeMethods" value="true" />
  <Var name="SuppressIldasm" value="true" />
  <Var name="UseKoreanNames" value="true" />
  <Var name="ReuseNames" value="false" />
  <Var name="AnalyzeXaml" value="true" />

Im getting two exceptions when this propertys are set to true.

<Var name="UseUnicodeNames" value="true" />

<Var name="HidePrivateApi" value="true" />

I know exactly the methods in witch the problems is but I don't know why

I wanna know is there a way to sky this propertys from a method

Thanks

Answers (4)