sanex3339 5 rokov pred
rodič
commit
039aa35069
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -185,10 +185,6 @@ var _0x8221 = function (_0xcac13e, _0x3627d7) {
 */
 */
 ```
 ```
 
 
-## Kind of variables
-
-Kind of variables of inserted nodes will auto-detected, based on most prevailing kind of variables of source code.
-
 ### `obfuscate(sourceCode, options)`
 ### `obfuscate(sourceCode, options)`
 
 
 Returns `ObfuscationResult` object which contains two public methods:
 Returns `ObfuscationResult` object which contains two public methods:
@@ -267,6 +263,10 @@ For example:
 * Obfuscation of the variable's name at its declaration is called direct transformation;
 * Obfuscation of the variable's name at its declaration is called direct transformation;
 * Obfuscation of the variable's name beyond its declaration is called child transformation.
 * Obfuscation of the variable's name beyond its declaration is called child transformation.
 
 
+## Kind of variables
+
+Kind of variables of inserted nodes will auto-detected, based on most prevailing kind of variables of source code.
+
 ## Antiviruses false positive virus alerts
 ## Antiviruses false positive virus alerts
 
 
 Some input source code that will obfuscated with some obfuscation options can trigger false positive alerts in a few antiviruses. If you will get this false positive triggers, try to play with obfuscation options.
 Some input source code that will obfuscated with some obfuscation options can trigger false positive alerts in a few antiviruses. If you will get this false positive triggers, try to play with obfuscation options.