Skip to content

Commit

Permalink
Update tortoiseMode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
avid0 committed Sep 14, 2022
1 parent 8c735c4 commit 8fcf7f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions example/tortoiseMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
]
]);

$var = "Hello i am hidden! find me :)";
print "Hello Tortoise!";
unset($var);
$obfuscatored = AlomEncoder::Obfuscator(function(){
$var = "Hello I am hidden! find me";
print "Hello Tortoise!";
alom_protect_var($var);
}, $settings);
file_put_contents('helloTortoise.obfs.php', $obfuscatored);

?>

0 comments on commit 8fcf7f4

Please sign in to comment.