mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Add string obfuscation
This commit is contained in:
@@ -3,6 +3,8 @@ use unshell_lib::{
|
||||
module::{Manager, Module},
|
||||
};
|
||||
|
||||
use unshell_obfuscate::obs;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
@@ -12,6 +14,9 @@ fn main() {
|
||||
|
||||
info!("Initialized");
|
||||
|
||||
let s = obs!("Obvias string");
|
||||
info!("{}", s);
|
||||
|
||||
match || -> Result<(), ModuleError> {
|
||||
let args = std::env::args();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user