bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

Results 97 bytecode-viewer issues
Sort by recently updated
recently updated
newest added

Add the possibility to sign the jar file when saving it

Enhancement

Go to the finding line without searching again in the class when you click on a result in the search tab

Enhancement

![Screenshot (8)](https://user-images.githubusercontent.com/107364573/173336846-177514e9-9b84-4113-8368-bb13c460151e.png)

Add a function to find xrefs to a method or a field in the menu when you right click on it

Enhancement

![image](https://user-images.githubusercontent.com/107364573/173251142-95f7460b-79ac-47b9-91f8-c90d4e0bbd82.png)

Bug

When you click a line of the decompiled code it goes to the corresponding disassembler line and same when you click a disassembler line Like cutter https://github.com/rizinorg/cutter/releases/

Enhancement

Add an option to remove debug info (.line .local ...) and separate the lines to make them more readable in the smali disassembler

Enhancement
Dependency Related

Add highlighting of the same words after double clicking and a go to option when you right click on a method or a label

Enhancement

[Quiltflower](https://github.com/QuiltMC/quiltflower) is a fork of Fernflower aiming to be faster, produce more readable Java code, and has additional features and fixes. There is one significant issue: it is a fork...

Enhancement
Dependency Related

According to strace, dex2jar outputs into a file in the current directory, which is then moved into ~/.Bytecode-Viewer, but the move fails if the current directory is not on the...

Bug