-
Hi,
My code base is Java 17 oriented and within that I have definition like such (simplified below):
```
package com.example;
public record MyEntries(List entryList) {
}
```
What notation shoul…
-
This may not be a bug but a fail on my part, but i can't seem to figure it out.
ConfuserEx is throwing an exception `dnlib.DotNet.TypeResolveException:` Could not resolve type: Java.Interop.IJavaPeer…
-
Hi,
please provide a list of the needed additional source code for compiling AGIT in eclipse. I want to add some smaller features but I'm too lazy searching all that stuff.
Thanks
Markus
-
Hello, thank you for TeaVM.
I'm trying to get my project compiled down to WASM after giving up on using JS.
When I try to build, I get this error:
```
FAILURE: Build failed with an exception.
…
-
Hi , when i tried to compile Webcam Capture API maven-assembly-plugin single jar.
Single jar works fine but when i tried to compile with Excelsior JET , i got error :
```
JET RT initialized
Class We…
-
Hi, I'm trying to deobfuscate a file I am 99% sure has been obfuscated using this:
https://github.com/vimasig/Bozar
and am having some issues (not sure if my user error or lack of support for th…
-
Player who using auto-click script (1 click per second) are easily be kicked after continuously clicked for hours.
https://github.com/lishid/Orebfuscator/blob/90852aa5524a2919ec6fedb2af6c08a4ea1d03…
-
```
What steps will reproduce the problem?
1.Create Proguard obfuscation configuration from the context menu of the plugin
MANIFEST.MF.
2.Export the plugin
3.View the jar by the Java decompiler,appea…
-
在帮助文档中,说明umeng_push_notification_default_small_icon在资源文件中添加,应该会那app的id,但是我现在资源文件放入了这个,但是还是提示报错了
com.umeng.soexample E/com.umeng.message.common.c: getRes(null,umeng_push_notification_default_small_i…
-
In the original obfuscation the long j is not set to 0, but I can easily edit the bytecode so that its a 0.
```java
long j = 0L;
long j0 = 3154942220328664823L;
while((j ^ j0) != -4097245258586862…