Skip to content

Commit

Permalink
Fixed broken loop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Oct 30, 2022
1 parent 8abbfbe commit 284d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/0xidiz3r.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fn main() {
println!("\nError! File not found.");
println!("Please provide a valid path to an obfuscated file!");
wait(4200);
return main();
exit(1);
};

let path: String = deobfuscator.write_deobfuscated_script(args.output_file);
Expand Down

0 comments on commit 284d494

Please sign in to comment.