An easy way to communicate with JDWP. (NOTE: It is not finish yet!)
some backgroud infomation you may want to know:
- Hacking the Java Debug Wire Protocol – or – “How I met your Java debugger”
- JDWP SPEC
- JDWP-protocol detail
This is a project inspired by jdwp-shellifier.py. It is designed to communicate with Java Debug Wire Protocol(JDWP) but in a more pythonic and easier way.
The primary purpose of this project is shown below:
Single fileTwo file, no extra dependency, esay to integrate and use- Keep the annoying detail away
- Support python3
- A full implementation of JDWP protocol