idea-bytecode-editor
idea-bytecode-editor copied to clipboard
Gloomy tool based on ASM and modified Jasmin
I happened to need such a plugin and I find this. But it cannot work at latest version of IDEA. Also seems this is very far from last commit. So,...
I've installed plugin in Idea. After opening .class file i see the decompiled .class file, but i can't edit it. I got message that it is read only. What do...
Hello @pshirshov Really nice plugin! I'm having problem saving a class with this code: ` ` The error: `04:17 Assembler failed java.lang.RuntimeException: org.xml.sax.SAXException: Malformed handle java/lang/invoke/StringConcatFactory.makeConcatWithConstants(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite; (6) java.lang.StringIndexOutOfBoundsException: begin 214,...
Android Studio 2.3.3. I installed the plugin via the Plugin Manager and after a reboot I get the error Plugin Error Problems found loading plugins: Plugin "Bytecode Editor" was not...
i've installed cordova-plugin-file but it is showing plugin is not installed while saving the file. i've used platform ready function also. this.platform.ready().then((err)=>{ console.log(err); let result=this.file.createDir(this.file.externalRootDirectory,this.fileDir,true); result.then( data=> { this.dirPath=data.toURL(); alert("dir...