Williams Posted August 3, 2022 Posted August 3, 2022 (edited) I don't know if I did it wrong but when I obfuscate my jar I break it all. Edited August 3, 2022 by Williams Quote
0 Tryskell Posted August 7, 2022 Posted August 7, 2022 It's probably not that much obfuscated since you can read CLogger, which is aCis logger class. Quote
0 Williams Posted August 8, 2022 Author Posted August 8, 2022 5 hours ago, Tryskell said: Provavelmente não é muito ofuscado, já que você pode ler CLogger, que é uma classe de madeireiro. I'm going to create a lib with just the java mods to obfuscate because obfuscating everything doesn't work Quote
0 Psygrammator Posted August 8, 2022 Posted August 8, 2022 2 hours ago, Williams said: I'm going to create a lib with just the java mods to obfuscate because obfuscating everything doesn't work What obfuscator are you using? Something is missing for reading the edited code. Quote
0 Williams Posted August 8, 2022 Author Posted August 8, 2022 20 minutes ago, Psygrammator said: Que ofuscador você está usando? Falta algo para ler o código editado. proguard Quote
0 Psygrammator Posted August 8, 2022 Posted August 8, 2022 17 minutes ago, Williams said: proguard java -jar proguard.jar GameServer You added in bat? Quote
0 Williams Posted August 8, 2022 Author Posted August 8, 2022 (edited) 3 minutes ago, Psygrammator said: java -jar proguard.jar GameServer Você adicionou em bastão? I ran the proguardGui Edited August 8, 2022 by Williams Quote
0 Psygrammator Posted August 8, 2022 Posted August 8, 2022 (edited) 11 minutes ago, Williams said: I ran the proguardGui The screenshot shows that the class cannot be decoded 1. Are not decrypting the encoded files correctly. 2. Obfuscator doesn't work with your Java Check topic https://habr.com/ru/post/415499/ Edited August 8, 2022 by Psygrammator Quote
0 Williams Posted August 8, 2022 Author Posted August 8, 2022 (edited) 4 minutes ago, Psygrammator said: A captura de tela mostra que a classe não pode ser decodificada 1. Não estão descriptografando corretamente os arquivos codificados. 2. Ofuscador não funciona com o seu Java even me adding java dk8 it doesn't work properly it always breaks the jar Edited August 8, 2022 by Williams Quote
0 Psygrammator Posted August 8, 2022 Posted August 8, 2022 Just now, Williams said: mesmo me adicionando java dk8 não funciona corretamente ele sempre quebra o frasco If JDK 8, then it should work, you need to deal with mapping files that will understand the code at runtime. It is most convenient to use obfuscators with annotations, as for me Quote
0 Williams Posted August 8, 2022 Author Posted August 8, 2022 2 minutes ago, Psygrammator said: If JDK 8, then it should work, you need to deal with mapping files that will understand the code at runtime. It is most convenient to use obfuscators with annotations, as for me which one do you indicate? 6 minutes ago, Psygrammator said: If JDK 8, then it should work, you need to deal with mapping files that will understand the code at runtime. It is most convenient to use obfuscators with annotations, as for me is there any obfuscation to add in the source itself and select the classes for obfuscation? Quote
0 Psygrammator Posted August 8, 2022 Posted August 8, 2022 10 minutes ago, Williams said: which one do you indicate? is there any obfuscation to add in the source itself and select the classes for obfuscation? Looking for what purposes, and to what rank of people your code will be interesting. For studying you can take Stringer. Quote
Question
Williams
I don't know if I did it wrong but when I obfuscate my jar I break it all.
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.