Expand description
Utilites used for formating data.
Structs§
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
.