Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HideStrings and MarkedOnly #306

Open
enkelmedia opened this issue Oct 21, 2020 · 1 comment
Open

HideStrings and MarkedOnly #306

enkelmedia opened this issue Oct 21, 2020 · 1 comment
Labels

Comments

@enkelmedia
Copy link

Hi!

Thanks for a great project!

I'm trying to use this for a very small subset of my library by using attributes but when applying this it does not hide any strings.

[Obfuscation(Exclude = false)]
internal class Foo
{
   ...
}

My config looks like this:

<?xml version='1.0'?>
<Obfuscator>
  <Var name="InPath" value="." />
  <Var name="OutPath" value=".\Obfuscator_Output" />

  <Var name="HidePrivateApi" value="true" />
  <Var name="KeepPublicApi" value="true" />
  <Var name="MarkedOnly" value="true" />
  <Var name="RenameProperties" value="false" />
  <Var name="HideStrings" value="true" />
  <Var name="UseKoreanNames" value="true" />
  
  <Module file="$(InPath)\..\..\..\Temp\umb8-output\bin\MyProject.Core.dll">

    <SkipNamespace name="MyProject.*" />

  </Module>
  <AssemblySearchPath path="$(InPath)\..\..\..\..\MyProject\bin" />

</Obfuscator>

Any ideas?

@lextm
Copy link
Member

lextm commented Jul 4, 2021

Related to #318

@lextm lextm added the question label Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants