An open API service indexing awesome lists of open source software.

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

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"
}
```