https://github.com/jojoe77777/hexdumpanalyzer
If you're not a developer this isn't for you
https://github.com/jojoe77777/hexdumpanalyzer
Last synced: 2 months ago
JSON representation
If you're not a developer this isn't for you
- Host: GitHub
- URL: https://github.com/jojoe77777/hexdumpanalyzer
- Owner: jojoe77777
- Created: 2018-05-27T12:08:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:38:02.000Z (about 7 years ago)
- Last Synced: 2025-02-12T22:33:47.610Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HexDumpAnalyzer
Allows you to look at the contents of a packet from hex form# Usage
`/parsehexdump `
e.g
```
parsehexdump 0x650000c4fb8fd90f056e756c6c0a
object(pocketmine\network\mcpe\protocol\ModalFormResponsePacket)#10156 (7) {
["formId"]=>
int(4213439940)
["formData"]=>
string(5) "null."
["isEncoded"]=>
bool(false)
["senderSubId"]=>
int(0)
["recipientSubId"]=>
int(0)
["offset"]=>
int(14)
["buffer"]=>
string(28) "650000c4fb8fd90f056e756c6c0a"
}
```