-
Version `0.10.1` was published with Java 7 as baseline.
```
$ jarviz bytecode show --gav org.nibor.autolink:autolink:0.10.1
subject: autolink-0.10.1.jar
Unversioned classes. Bytecode version: 51 (…
-
```
What steps will reproduce the problem?
1.call PowerMockito.mockStatic() on a class having a long static method.
2.
3.
What is the expected output? What do you see instead?
What version of the p…
-
I wanted to take a look to the source code of State of Survival, alas the decompilation failed.
```
Opening...D:\Apps\state-of-survival-1-14-46.apk
I: Using Apktool 2.6.0 on bVKcmpSfEapXHfazxdtrWHY…
-
We develop the SDK for Android, final product is _aar_ package. After switching to new android R8 tool, some unit tests in clients' projects that are using [PowerMock](https://github.com/powermock/pow…
-
graalvm has support for compiling java programs to the native platform in a feature called native image.
There have been several people that got this working for vanilla minecraft but so far these pro…
-
// This method has failed to decompile. When submitting a bug report, please provide this stack trace, and (if you hold appropriate legal rights) the relevant class file.
// org.benf.cfr.rea…
Miscf updated
3 years ago
-
Windows 10
java version "1.8.0_202"
Bytecode-Viewer-2.9.22
C:\Users\admin>java -jar F:\ReverseTools\Bytecode-Viewer-2.9.22.jar
https://the.bytecode.club - Created by @Konloch - Bytecode View…
-
Importing a jar (minecraft 1.15.2) and the client mappings works fine, but exporting to source crashes unfortunately.
This is the error message:
`
java.lang.Error: java.lang.NullPointerException
…
-
### Current Behavior
Tests fail when run on JDK 21. This is intentionally ignored by CI for now:
https://github.com/cryostatio/cryostat3/pull/102
### Expected Behavior
Tests should pass on…
-
Bytecode Viewer Version: 2.11.0 [Fat Jar], OS: Windows 10, Java: 1.8.0_281
java.lang.ArrayIndexOutOfBoundsException: 15873
at org.objectweb.asm.ClassReader.readStringish(ClassReader.java:3726)
…