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
Integrating ConfuserEx in MsBuild
I am trying to integrate ConfuserEx version 1.6 in MsBuild. It suppose to obfuscate the files automatically but it's not working for me. I have added Confuser.MsBuild v1.6 nuget package to the project...
Neeraj Yadav
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
Obfuscation for Compose Desktop application. Probably with ProGuard
Our main task is to make a GUI application on Windows (and preferably on Mac too) so it would be impossible/extremely difficult to find out the source code (Kotlin). Question is = how to do it?
Ideal...
Nikita Avramenko
Votes: 0
Answers: 1