Browse Source

Added fixed seed for the first obfuscation pass of the CustomNodeObfuscator

sanex3339 5 năm trước cách đây
mục cha
commit
a5077431de
4 tập tin đã thay đổi với 2 bổ sung1 xóa
  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

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.browser.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.cli.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.js


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

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

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác