For discussion about the Allatori Java Obfuscator
Questions tagged [allatori]
12 questions
4
votes
2 answers
Android studio does not Generate Signed APK
The Problem is that , I'm getting error while generating Signed APK using Allatori Java Obfuscator. I tried different hacks like, Invalidate and Clear cache /Restart,by deleting build folder, rebuilding project, Strings , Even tried comparing…

Atif AbbAsi
- 5,633
- 7
- 26
- 47
4
votes
0 answers
Is it possible to use Allatori on Kotlin source code?
I've tried to use Allatori in the past and regardless of disabling a lot of options, I couldn't get it to apply to actual Kotlin bytecode - I had to exclude the Kotlin files in order for the obfuscation to work.
Is it possible to use Allatori…

Jire
- 9,680
- 14
- 52
- 87
3
votes
0 answers
Android firebase NoClassDefFoundError error related inquiries
please contact the error below.
The log below is an error that remains in the Google Play Store Crash Report.
The error doesn't seem to happen on all phones,
It seems to occur intermittently on Android 8 to Android 9 devices.
It doesn't happen on my…

김명호
- 31
- 2
2
votes
2 answers
Is it possible to have Maven "WAR" pom.xml package up my classes up in a JAR and put the JAR in the /WEB-INF/lib folder?
I have a simple Java Spring MVC web app. I build the WAR file using a Maven pom.xml file.
When I do a "maven install", it produces a WAR file with my compiled Java classes in the /WEB-INFO/classes folder.
My maven pom.xml looks like this…

AndySummers2020
- 411
- 1
- 6
- 14
2
votes
1 answer
How to skip "[ERROR] Only final fields may have an initial value!" using java obfuscation through Allatori obfuscator?
I am using Allatori obfuscator for java jar file it works well when there is no initialized variable during declaration but if there is only variable which is initialized and not final generates exception:
[ERROR] Only final fields may have an…

F. Hayat Jadoon
- 61
- 10
1
vote
0 answers
VerifyError after obfuscating a JAR file
I am currently trying to obfuscate my Java applications. I have already tried several obfuscators, such as ProGuard and Allatori. With both of them I get a VerifyError after the obfuscation.
java.lang.VerifyError: (class: m/m/C, method: I signature:…

Hendrik2905
- 11
- 1
1
vote
1 answer
obfuscating with allatori obfuscates too much
I have the following config.xml file

Sumsar1812
- 616
- 1
- 9
- 32
1
vote
1 answer
Is it possible to compile all the JSPs at build time and deliver them in the /classes folder of the WAR?
I have a Java / Spring MVC web app in a WAR file.
The WAR file will be downloaded by corporate customers, so I need to obfuscate the classes in the WAR. The obfuscater I'm using (Allatori) nicely obfuscates all of the classes in the /classes folder…

AndySummers2020
- 411
- 1
- 6
- 14
0
votes
0 answers
java.lang.IllegalArgumentException Allatori error
Hey I am using this obfuscator http://www.allatori.com/ and I get a weird error that I am confused on how to fix. Its looks like the problem is located at the obfuscated jar spot and not the normal source file which confuses me. I think it might…

Evan
- 1
0
votes
0 answers
Allatori Obfuscator error compile runnable method (Java)
I use Allatori obfuscator ( http://www.allatori.com/ ). But If I have a runnable method, I have compilation error ( I see this in the java decompiler ).
new Runnable() {
public void run() {
// TEST
}
}
In java decompiler I have :
// This…

pigeonmaléfique
- 23
- 3
0
votes
2 answers
Removing a ZIP/JAR file comment
When I run an obfuscator like allatori on my JAR file, it will add a comment to the archive saying something like Obfuscation by Allatori Obfuscator http://www.allatori.com
Using WinRAR, this comment can be removed by editing the archive…

BullyWiiPlaza
- 17,329
- 10
- 113
- 185
0
votes
1 answer
maven build fails when using allatori obfuscation
I have enabled obfuscation using antrun-plugin maven plugin. there is no keep-names in my allatori-config.xml file:

UserASR
- 2,015
- 4
- 24
- 47