Map out binary structure for easy visualization (used mostly for error messages and debugging). See the development vignette for details and example application.
1 2 3 4 5 6 | map_binary_structure(
bfile,
length = 100,
start = bfile$pos,
ctrl_blocks = get_ctrl_blocks_config()
)
|
bfile |
the binary file, stored in each iso_file under |
length |
how many bytes to map |
start |
at which byte position to start mapping (index 1 based) |
ctrl_blocks |
named list of block patterns with size, regexp and [optional] replace function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.