Browse Source

Added fixed seed for the first obfuscation pass of the CustomNodeObfuscator

sanex3339 5 years ago
parent
commit
a5077431de
4 changed files with 2 additions and 1 deletions
  1. 0 0
      dist/index.browser.js
  2. 0 0
      dist/index.cli.js
  3. 0 0
      dist/index.js
  4. 2 1
      src/custom-nodes/CustomNodeObfuscator.ts

File diff suppressed because it is too large
+ 0 - 0
dist/index.browser.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.cli.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.js


+ 2 - 1
src/custom-nodes/CustomNodeObfuscator.ts

@@ -50,7 +50,8 @@ export class CustomNodeObfuscator implements ICustomNodeObfuscator {
             template,
             template,
             {
             {
                 ...NO_ADDITIONAL_NODES_PRESET,
                 ...NO_ADDITIONAL_NODES_PRESET,
-                identifierNamesGenerator: IdentifierNamesGenerator.HexadecimalIdentifierNamesGenerator
+                identifierNamesGenerator: IdentifierNamesGenerator.HexadecimalIdentifierNamesGenerator,
+                seed: 1
             }
             }
         ).getObfuscatedCode();
         ).getObfuscatedCode();
 
 

Some files were not shown because too many files changed in this diff