From c1be9d3d523374c0ee8b8cfde77047a6bb27a539 Mon Sep 17 00:00:00 2001 From: Ryan Cobb Date: Thu, 4 Jan 2018 12:47:49 -0600 Subject: [PATCH] Adding AST obfuscation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 417449a..cf3c962 100644 --- a/README.md +++ b/README.md @@ -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.