Behaviors
List of software behaviors discovered with static code analysis.
Contains unusually long strings. (x2)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes data to the STDOUT stream. (x2)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x5)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Uses string-related functions. (x2)
behavior
Uses math functions. (x1)
behavior
Uses logical functions. (x3)
behavior
Converts a value to an integer number. (x3)
behavior