Module utils

Source
Expand description

Utilites used for formating data.

Structs§

Rot13

Functions§

bytes_to_hex
read_cp1252_string
read a single byte string in some unknown code page. Can this happen? Yes. Consider https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-SHLLINK/%5bMS-SHLLINK%5d.pdf which states things like A NULL–terminated string, defined by the system default code page
read_uleb128
read_utf8_string
Read UTF-8 string from a stream and return it as String.
read_utf16_string
Read UTF-16LE string from a stream and return it as String.