Skip to content

[feature] .class file debugger (local, remote) #2098

Open
@fetzerms

Description

@fetzerms

Describe your idea

I am mainly using jadx to decompile .class files that run on arbitrary systems. Currently jadx only allows to debug via adb, which is somewhat targeted towards android. This is a request to allow debugging of local (or remote) java processes via jdwp.

I checked the code and saw, that SmaliDebugger.java already works with jwdp (but via ADB). I could imagine, that many of it's code could be reused for a local jdwp session.

If given some general pointers, I'd also be happy to try to tackle this on my own.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions