Behaviors
List of software behaviors discovered with static code analysis.
Creates temporary files. (x1)
file
Queries the system time. (x1)
settings
Queries the process ID. (x1)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Uses concurrency functions. (x5)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x3)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x3)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x6)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution