https://github.com/skylot/jdwp
A library for encoding & decoding JDWP packets.
https://github.com/skylot/jdwp
Last synced: 6 months ago
JSON representation
A library for encoding & decoding JDWP packets.
- Host: GitHub
- URL: https://github.com/skylot/jdwp
- Owner: skylot
- License: mit
- Fork: true (HQKTech/jdwp)
- Created: 2022-09-29T15:05:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T11:37:54.000Z (almost 3 years ago)
- Last Synced: 2023-12-03T01:08:33.356Z (over 2 years ago)
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage
----
```java
JDWP.encodeHandShakePacket()
JDWP.IDSizes.encode()
```
Or refer to the source code of [Jadx](https://github.com/skylot/jadx)
for details.