Crate obfstr[][src]

Compiletime string constant obfuscation.

Macros

hash

Compiletime string constant hash.

obfstmt

Statement control flow obfuscation.

obfstr

Compiletime 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 static data.

xref_mut

Obfuscates the xref to static data.

Constants

SEED

Compiletime RNG seed.

Functions

hash

Compiletime string constant hash.

position

Finds the position of the needle in the haystack at compiletime.

splitmix

Compiletime bitmixing.

xref

Obfuscates the xref to static data.

xref_mut

Obfuscates the xref to static data.