24 skills found
mitmproxy / Android UnpinnerRemove Certificate Pinning from APKs
IOActive / Jdwp ShellifierNo description available
l3yx / Jdwp Codeifier基于 jdwp-shellifier 的进阶JDWP漏洞利用脚本(动态执行Java/Js代码并获得回显)
frankheat / Frida Jdwp LoaderA Python script that dynamically attaches Frida to any debuggable Android process over JDWP, enabling runtime instrumentation without root access or APK repackaging
wuyr / Jdwp Injector For Android借助adb协议+jdwp协议在Android端实现基于debugger的代码注入工具
leonlee / JrdwpJava Remote Debug through Websocket Proxy.
WindySha / Jdwp Xposed InjectorThis is an injection tool that can inject xposed module to debuggable app by jdwp.
navicore / Jdwp MCPJava debugging for LLMs via JDWP and Model Context Protocol
hackoooo / ApkDebugConnection一条命令搞定本地端口映射到设备中某个运行的apk的jdwp对应的端口。
ouoou / DebuggerXdebuggerX 是一个支持多人协同的 Java 调试代理工具。通过 JDWP 协议转发,多个开发者可以同时连接到同一个被调试程序,实现远程断点和变量共享。debuggerX is a collaborative Java debugging proxy that enables multiple developers to connect to the same debuggee simultaneously via JDWP protocol forwarding, allowing shared remote breakpoints and variable inspection.
JetBrains / Jdk Sa JdwpJava serviceability agent to jdwp adapter
lofei117 / AndroidRemoteDebugEnable jdwp for android release apk to support remote debug.
node-modules / JdwpJava Debug Wire Protocol
srogmann / Jsmud AnalysisJSMUD-analysis is an embedded interpreter of Java bytecode written in Java supplemented by a debugger-server speaking JDWP.
kherink / Jdwp AnalyzerJDWP (Java Debug Wire Protocol) analysis tool to help you debug your JVM or Debugger
Jody7 / JDWP ClientA java "debugger" client. Uses the Oracle VM -Xdebug debugging option. Lets you view stuff from applications...
jquirke / JdwpgoLibrary for implementing Java Debug Wire Protocol (JDWP) in Go.
cash2one / Jdwp ExecPenetration test about jdwp
sechacking / Jdwphackjdwphack
singleheaven / AndroidRemoteDebug Host作为jdwp debug 端 proxy,负责服务IDE的socket连接以及向DebugServer转发消息。