Skip to content

Commit

Permalink
Updated for version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avid0 authored Feb 8, 2021
1 parent 4db83aa commit 5c07da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ file_put_contents("file.obfs.php", $obfs); // save obfuscatored script

Index | default | type | description
----- | ------- | ---- | -----------
__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))
__depth__ | 1 | float | Complexity of obfuscator steps. This value take time computational O((x/lnx)^2.5 + depthType(messageLength) * (x/lnx)^1.2)
__depth_type__ | logpower | string | Complexity function of depth. It can be one of the values of constant, logarithm, logpower, square, linear
__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.
__author__ | null | string | Author of main script. This parameter is displayed in the comments section.
Expand Down

0 comments on commit 5c07da4

Please sign in to comment.