Pārlūkot izejas kodu

Added fixed seed for the first obfuscation pass of the CustomNodeObfuscator

sanex3339 5 gadi atpakaļ
vecāks
revīzija
a5077431de

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.browser.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.cli.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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();
 

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels