standalone-app icon indicating copy to clipboard operation
standalone-app copied to clipboard

All-in-one Java reverse engineering tool

Results 19 standalone-app issues
Sort by recently updated
recently updated
newest added

Please add the [jadx](https://github.com/skylot/jadx) decompiler to the GUI, it is licensed under Apache 2 so there shouldn't be a problem at this point...

Perhaps there's a way to hook into CFR and Fernflower so there won't be a need for the parser

Hi, I am considering changing Enjarify from Python to Rust, which would require compiling a static binary. Do you think this is something you could handle? Any thoughts would be...

Hi there, I recently noticed that Krakatau isn't only an outstanding decompiler, it also has a disassembler and a cooperating assember allowing you to edit bytecode which is really nice...

``` Scope is class com.github.javaparser.ast.expr.ArrayAccessExpr lS.h[n3] java.lang.ClassCastException: com.github.javaparser.ast.expr.FieldAccessExpr cannot be cast to com.github.javaparser.ast.expr.NameExpr at com.heliosdecompiler.helios.tasks.DecompileTask.recursivelyHandleNameExpr(DecompileTask.java:728) at com.heliosdecompiler.helios.tasks.DecompileTask.access$000(DecompileTask.java:57) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:444) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:206) at com.github.javaparser.ast.expr.MethodCallExpr.accept(MethodCallExpr.java:73) at com.github.javaparser.ast.visitor.VoidVisitorAdapter.visit(VoidVisitorAdapter.java:796) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:274) at com.heliosdecompiler.helios.tasks.DecompileTask$1.visit(DecompileTask.java:206) at...

Line from Fernflower decompiled source that caused the exception: **import com.android.camera.module.video2.Video2HfrBottomBarUISpecProvider.1;** The exception: - com.github.javaparser.ParseException: Encountered " ".1 "" at line 11, column 73. - Was expecting one of: -...

If simple class name is multiple times open, but in differnet packages, display part of the package of the class too in tab title. Edit: Equal to intellij's approach.

I need this program for a project I'm working on but I would prefer to have the option to change the keybinds into something I'm more used to. (I know...

enhancement