feat: add obfstr
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
use obfstr::obfstr;
|
||||
|
||||
fn main() {
|
||||
obfstr!(
|
||||
let secret = "Secret!!";
|
||||
);
|
||||
|
||||
println!("{}", secret);
|
||||
}
|
||||
Reference in New Issue
Block a user