Behaviors
List of software behaviors discovered with static code analysis.
Loads additional libraries. (x2)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Allocates additional memory. (x2)
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. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x2)
execution