Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Nov 1, 2022
1 parent 192b7ae commit eb52abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ println!("{}", deobfuscator.cleaned_code);
---

### As a CLI Utility: <br>
The following assumes that you have either downloaded a release binary or cloned the repo and built it using `cargo build --release`.<br>
The following assumes that you have either downloaded a release binary or cloned the repo and built it using `cargo build --release`.<br><br>

A simple CLI tool is provided as an abstraction over the API for your convenience:<br><br>
A simple CLI tool is provided as an abstraction over the API for your convenience:<br>

**Windows:**<br>
```powershell
Expand All @@ -112,7 +112,7 @@ 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 -e -o output.bat input.bat
```
<br><br>
<br>

**Linux/MacOS:**<br>
```bash
Expand Down

0 comments on commit eb52abb

Please sign in to comment.