Skip to content

Commit 461fc36

Browse files
Cleanup
1 parent 0b41680 commit 461fc36

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ According to [Wikipedia](https://en.wikipedia.org/wiki/Obfuscation_(software))..
1111
> Programmers may deliberately obfuscate code to conceal its purpose (security through obscurity) or its logic or implicit values embedded in it, primarily, in order to prevent tampering, deter reverse engineering, or even as a puzzle or recreational challenge for someone reading the source code.
1212
1313
## Usage
14-
> usage: obfuscator.py [-h] [--debug] inputfile outputfile
15-
>
16-
> positional arguments:
17-
> inputfile Name of the input file
18-
> outputfile Name of the output file
19-
>
20-
> optional arguments:
21-
> -h, --help show this help message and exit
22-
> --debug Show debug info
14+
```
15+
usage: obfuscator.py [-h] [--debug] inputfile outputfile
16+
17+
positional arguments:
18+
inputfile Name of the input file
19+
outputfile Name of the output file
20+
21+
optional arguments:
22+
-h, --help show this help message and exit
23+
--debug Show debug info
24+
```
2325

2426
## Examples
2527

0 commit comments

Comments
 (0)