Behaviors
List of software behaviors discovered with static code analysis.
Loads additional libraries. (x1)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Creates C-based pointers. (x2)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x2)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x3)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution