Skip to content

Commit

Permalink
Adding AST obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbr committed Jan 4, 2018
1 parent 99b33dd commit c1be9d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -152,3 +152,7 @@ v1.8.1 - 2017-12-19:
- Added COMPRESS function for easier conversion of multi-line scripts to a one-liner
command while drastically reducing the command length for cmd.exe command line length
limitation purposes.

v1.8.2 - 2018-01-04:
- Added AST obfuscation functions, which obfuscates by manipulating the structure of
the AbstractSyntaxTree without using many special characters.

0 comments on commit c1be9d3

Please sign in to comment.