python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem obfuscating a JAR file using Yguard (com.yworks.yshrink.model.ModelVisitor has interface org.objectweb.asm.ClassVisitor as super class)
I'm trying to obfuscate my generated project JAR file with no success. So I tried to reduce all the steps in order to find out what is going on and I've realized that I cannot use yguard at all and I ...
Ivan
Votes: 0
Answers: 1
Strange Java Behavior
Firstly, this question came about because I was trying to make a hello world program (the first main method commented out) as convoluted as possible. I tried to rewrite some of it to make it more read...
tothemax
Votes: 0
Answers: 1
How to create an obfuscated local password
I want to create a simple python app that is compiled into an .exe file and when opening the file it will ask the user a password before it runs the code.
This happens locally without a server, so the...
Anon1223
Votes: 0
Answers: 2