rust-native-obf
simple native obfuscator for rust
what it does
- string encryption (xor + multilayer)
- compile time hashing
- control flow obfuscation
- junk code injection
- opaque predicates
- value encoding
- stack strings
- function pointer obfuscation
- integer scrambling
usage
[]
= "0.1.0"
use *;
examples
features
- string obfuscation (runtime + multilayer)
- compile time hash (fnv1a)
- control flow hiding
- fake operations
- stack noise
- buffer xor
- value encode/decode
- stack allocated strings
- indirect function calls
- integer scrambling (reversible)
simple but works
license
MIT