Konloch / Konloch/bytecode-viewer
Deobfuscator feature request
- Dominant language
- Java
- Stars
- 15.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
This is just a request for enhancement.
I would like to have a deobfuscator feature similar to Jadx that can rename the obfuscated filenames such as Aa, aa, a, A to something like C001, C002, C003, C004, where prefix C for Class, AC for Abstract Class, I for Interface and so on.
The Windows OS unlike Linux is case insensitive file system. Thus we can't have four different files named Aa, aa, a, A. It will be just two.
Thanks.
Contributor guide
Research direction
No files, tests, or entry points are identified in the issue. Start by tracing how decompiled class names become output filenames and how platform-specific case sensitivity is handled; done means obfuscated names are consistently renamed with the requested class/interface prefixes without collisions on Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- reverse-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100