Behaviors
List of software behaviors discovered with static code analysis.
Loads additional libraries. (x1)
execution
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
Allocates additional memory. (x3)
memory
Creates C-based pointers. (x2)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution