Skip to content

Commit

Permalink
Added cli deobfuscation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Nov 1, 2022
1 parent bd375a4 commit 2fb9e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ A simple CLI tool is provided as an abstraction over the API for your convenienc
# To obfuscate a source file, adding "@echo off" and writing to a custom output file:
.\0xidiz3r.exe input.bat -e -o output.bat
# To deobfuscate a source file:
.\0xidiz3r.exe -d output.bat
```
<br>

Expand All @@ -127,6 +130,9 @@ A simple CLI tool is provided as an abstraction over the API for your convenienc

# To obfuscate a source file, adding "@echo off" and writing to a custom output file:
./0xidiz3r input.bat -e -o output.bat

# To deobfuscate a source file with a custom output file-name:
./0xidiz3r -d output.bat -o cleaned.bat
```

---
Expand Down

0 comments on commit 2fb9e9d

Please sign in to comment.