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
Compresses data using the Zlib algorithm. (x1)
packer
Decompresses data using the Zlib algorithm. (x1)
packer
Calculates the SHA-1 hash of data. (x1)
file
Queries the system time. (x2)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x2)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution