Konloch / Konloch/bytecode-viewer

Option to merge splitted classes into one

Open
#264 2 comments 0 reactions 0 assignees View on GitHub
Enhancement
Dominant language
Java
Stars
15.6k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

Currently Bytecode-viewer show classes as splitted (classes with $ symbol) when it have large codes in it
![image](https://user-images.githubusercontent.com/24647715/72160741-258d2a80-33bf-11ea-9a7f-ae261217fc68.png)

It's quite hard to analyze because you need to switch between them
While this can be useful for smali, it isn't useful for java app anyway.

Jadx can merge it automatically

![image](https://user-images.githubusercontent.com/24647715/72160767-32aa1980-33bf-11ea-90e7-c2f69969d10a.png)

I would like to have that feature on Bytecode-viewer but rather have an option to merge into one manually

Contributor guide

Open the contributing guide

Research direction

No file or test is identified. Start by tracing how split classes are presented in the Java view and where display options are configured; done means a user can manually toggle merging for Java while preserving the existing split presentation for smali.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
reverse-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.