-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UTF-8 based string obfuscation and uipdated examples
- Loading branch information
1 parent
a45d438
commit bbcb15f
Showing
8 changed files
with
665 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from jargonaut.transformations.data.expr_mba import ExprToLinearMBA | ||
from jargonaut.transformations.data.int_mba import ConstIntToLinearMBA | ||
from jargonaut.transformations.data.lambda_string import StringToLambdaExpr | ||
from jargonaut.transformations.data.hide_builtin_calls import HideBuiltinCalls | ||
from jargonaut.transformations.data.hide_builtin_calls import HideBuiltinCalls | ||
from jargonaut.transformations.data.utf8_string import StringToUTF8Int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.