pub fn obfuscate_file( file_path: &str, technique: &str, ) -> Result<Vec<String>, Box<dyn Error>>
读取二进制文件并进行混淆,返回混淆后的数据