python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use Wildcards in Obfuscator XML
I have a Obfuscator XML that obfuscates the hardcoded file names
<?xml version="1.0" encoding="utf-8" ?>
<Obfuscator>
<Var name="InPath" value=".&qu...
HITESH SURYAWANSHI
Votes: 0
Answers: 1
Xamarin.Android app crashes after running Obfuscar (Visual Studio for Mac)
I've got a basic Xamarin.Android project setup with Obfuscar configured
The obfuscar.xml:
<Obfuscator>
<Var name="RenameProperties" value="true" />
<Var name...
Jay Sidri
Votes: 0
Answers: 0
Obfuscar with Xamarin.iOS
Has anyone had any success obfuscating Xamarin.iOS apps using Obfuscar?
It looks like it's supported but the the documentation for configuring a project is almost non existent.
Jay Sidri
Votes: 0
Answers: 0
Obfuscar - skip obfuscation of anonymous types
I'm using the open source obfuscation software "Obfuscar". Is there a way to configure it to not obfuscate the property names in my anonymous types?
I'm using RestSharp to send HTTP requests...
Vg0
Votes: 0
Answers: 1