Add string obfuscation

This commit is contained in:
Michael Mikovsky
2025-11-08 17:58:40 -07:00
parent 3dba32264c
commit 997b98491a
14 changed files with 1311 additions and 10 deletions
+5
View File
@@ -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();