BinRead

Description #

Reads a file starting at a specified byte and continues reading for the specified number of bytes. The output will be a hex string representing those bytes. The zeroth byte is the start of the file. Additional note: The starting point will accept a negative number but it’ll only work correctly if the file is in RAM.

Technical Details #

Arguments #

det(14,“FILENAME”,start_at_this_byte,read_this_many_bytes)

Outputs #

Reads a given number of bytes from a specified program or file.