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
The software package does not declare any source code repository. (x1)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution