Konloch / Konloch/bytecode-viewer
Add an option to remove debug info and separate the instructions in the smali disassembler
Open
Dependency Related
Enhancement
- Dominant language
- Java
- Stars
- 15.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Add an option to remove debug info (.line .local ...) and separate the lines to make them more readable in the smali disassembler
Contributor guide
Research direction
Start by locating the smali disassembler implementation and its existing output or configuration options. Determine where debug directives and instruction formatting are emitted; done means an option can omit the debug information and produce more clearly separated instruction lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- reverse-engineering, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100