Behaviors
List of software behaviors discovered with static code analysis.
Encodes data using the Base64 algorithm. (x1)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Decompresses data using the Zlib algorithm. (x1)
packer
Compresses data using the Zlib algorithm. (x1)
packer
Queries the system time. (x4)
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 "time" module, which provides various time-related functions. (x2)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution