Skip to content

Commit 5c07da4

Browse files
authored
Updated for version 2.1
1 parent 4db83aa commit 5c07da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ file_put_contents("file.obfs.php", $obfs); // save obfuscatored script
3030

3131
Index | default | type | description
3232
----- | ------- | ---- | -----------
33-
__depth__ | 1 | float | Complexity of obfuscator steps. This value take time computational O((x - ln(x)^2)^2.5 + depthType(messageLength) * (x - ln(x)^2))
33+
__depth__ | 1 | float | Complexity of obfuscator steps. This value take time computational O((x/lnx)^2.5 + depthType(messageLength) * (x/lnx)^1.2)
3434
__depth_type__ | logpower | string | Complexity function of depth. It can be one of the values of constant, logarithm, logpower, square, linear
3535
__title__ | "Obfuscatored by ALOM 2.0" | string | Title of obfuscatored script. This parameter is displayed in the comments section at the beginning of the file.
3636
__author__ | null | string | Author of main script. This parameter is displayed in the comments section.

0 commit comments

Comments
 (0)