瀏覽代碼

Updated README.md #2

sanex3339 5 年之前
父節點
當前提交
039aa35069
共有 1 個文件被更改,包括 4 次插入4 次删除
  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)`
 
 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 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
 
 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.