macro_rules! obfbytes {
($(let $name:ident = $s:expr;)*) => { ... };
($name:ident = $s:expr) => { ... };
($buf:ident <- $s:expr) => { ... };
($s:expr) => { ... };
}Expand description
Compiletime byte string obfuscation.
macro_rules! obfbytes {
($(let $name:ident = $s:expr;)*) => { ... };
($name:ident = $s:expr) => { ... };
($buf:ident <- $s:expr) => { ... };
($s:expr) => { ... };
}Compiletime byte string obfuscation.