Crate obfstr

Source
Expand description

Compiletime string constant obfuscation.

Macros§

hash
Compiletime string constant hash.
obfbytes
Compiletime byte string obfuscation.
obfcstr
Compiletime cstr constant obfuscation.
obfstmt
Statement control flow obfuscation.
obfstr
Compiletime string constant obfuscation.
obfstring
Compiletime string constant obfuscation.
obfwide
Compiletime wide string constant obfuscation.
position
Finds the position of the needle in the haystack at compiletime.
random
Compiletime random number generator.
wide
Encodes the input string as a wide string (utf-16) constant.
xref
Obfuscates the xref to data reference.
xref_mut
Obfuscates the xref to data reference.

Constants§

SEED
Compiletime RNG seed.

Functions§

hash
Compiletime string constant hash.
splitmix
Compiletime bitmixing.