Description Usage Arguments Value
Read a block of binary data of a specified size starting at a given offset and split it into chunks according to the matches to byte sequence 'split' within them.
1 | parse_hex_block(path, size = 16, offset, split)
|
path |
File path. |
size |
Number of bytes. |
offset |
Integer or character string representing a hexadecimal number to set the initial position of binary file connection. |
split |
Sequence of bytes represented as a character string, eg. '"\x50"' or '"\x50\x51"'. |
A list of the same length as the number of splits of the byte sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.