Module lancelot::util[][src]

Enums

UtilError

Functions

align

Round the given value up to the next multiple of the given base.

find_ascii_strings
find_unicode_strings
hexdump
hexdump_ascii
read_file
u64_i64

Static cast the given 64-bit unsigned integer to a 64-bit signed integer. This is probably only useful when some other code provides you a u64 that is meant to be an i64 (aka. uncommon).