Behaviors
List of software behaviors discovered with static code analysis.
Loads additional libraries. (x1)
execution
Queries the value of an environment variable. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes to files. (x2)
file
Creates C-based pointers. (x1)
execution
Writes data to the STDOUT stream. (x4)
execution
Checks if a file or a directory exists. (x2)
file
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x3)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution