JByteMod-Beta icon indicating copy to clipboard operation
JByteMod-Beta copied to clipboard

Java bytecode editor

Results 41 JByteMod-Beta issues
Sort by recently updated
recently updated
newest added

if the ClassDialogue.object is an FieldNode,the the value Field of FieldNode always return Object.class here should getType from FieldNode.desc

I was trying to midify a float value but the gui won't give me textbox for that... ![image](https://user-images.githubusercontent.com/10677479/41373740-d0114e38-6f16-11e8-8efb-546c169e2464.png)

Clicking the _"Attach to other process"_ button prompts the _"Couldn't find any VMs"_ menu, providing PID results unable to attach due to provider not being instantiated. ``` JByteMod-Beta-master\target>"C:\Program Files\Java\jdk1.8.0_131\bin\java" -jar...

So, this is what I see when I try to decompile any class with Krakatau: ``` [05:02:41] [INFO] Successfully created Krakatau temp folder java.io.IOException: Cannot run program "py": CreateProcess error=2,...

[Single file cases](https://github.com/GraxCode/JByteMod-Beta/tree/master/src/main/java/android) are totally understandable, but [entire packages](https://github.com/GraxCode/JByteMod-Beta/tree/master/src/main/java/org) that already have maven entries in the central repo shouldn't be here. If you need the source for reference you can...

[10:22:56] [INFO] Reading Language XML.. [10:22:56] [INFO] Successfully loaded 85 local resources and 187 default resources [10:22:56] [INFO] Updated WebLaF fonts for unicode support [10:22:56] [INFO] Loading settings... [10:22:56] [ERROR]...

java.io.IOException: Acceso denegado at java.base/java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.base/java.io.File.createNewFile(File.java:1043) at me.grax.jbytemod.res.Options.lambda$1(Options.java:120) at java.base/java.lang.Thread.run(Thread.java:833) Please report exceptions on github. https://github.com/GraxCode/JByteMod-Beta

Hello, Trying to open class file but it throws an error: `java.lang.IllegalArgumentException: Unsupported class file major version 60 at org.objectweb.asm.ClassReader.(ClassReader.java:175) at org.objectweb.asm.ClassReader.(ClassReader.java:158) at org.objectweb.asm.ClassReader.(ClassReader.java:146) at me.lpk.util.ASMUtils.getNode(ASMUtils.java:49) at me.grax.jbytemod.JByteMod.loadFile(JByteMod.java:369) at me.grax.jbytemod.ui.MyMenuBar.openLoadDialogue(MyMenuBar.java:580)...

java.io.IOException: Access is denied at java.base/java.io.WinNTFileSystem.createFileExclusively0(Native Method) at java.base/java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:645) at java.base/java.io.File.createNewFile(File.java:1045) at me.grax.jbytemod.res.Options.lambda$1(Options.java:120) at java.base/java.lang.Thread.run(Thread.java:1623