Description Usage Arguments Value
Read a block of binary data between two addresses and split it into chunks according to the matches to byte sequence 'split' within them.
1 | parse_hex_between(path, start, end, split)
|
path |
File path. |
start |
Integer or character string representing a hexadecimal number to set the initial position of binary file connection. |
end |
Integer or character string representing a hexadecimal number that signifies the address up to which the file is read. |
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.