Behaviors
List of software behaviors discovered with static code analysis.
Decodes data using the Base64 algorithm. (x1)
packer
Encodes data using the Base64 algorithm. (x1)
packer
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Imports the "base64" module, which contains encoding functions. (x4)
execution
Imports the "binascii" module, which contains methods for converting between binary and various ASCII-encoded binary representations. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Converts a value to an integer number. (x2)
behavior