Behaviors
List of software behaviors discovered with static code analysis.
Enumerates running threads within one or more processes. (x1)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
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. (x4)
execution
Imports the "re" module, which provides regular expression matching operations. (x5)
execution
Creates/Opens a file. (x1)
file