|
|
|
|
|
by andrewmcwatters
1941 days ago
|
|
Yeah, but that's for known formats. If I said I have a buffer of 512 bytes and piped it through to some cli, that would be fine if it could tell me how many ints, chars, floats, doubles, compressed bits of data, CRC32s, UTF-8 strings, etc. it contained, but there's few utilities out there that will do that. |
|
If I give you a buffer of 5 bytes:
[0x68 0x65 0x6c 0x6c 0x6f]
there are a ton of ways to interpret that.
etc. Or are you hoping for something that will provide you with all the possible combinations? That would produce pages of output for any decently-sized binary blob.