Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x4)
network
Enumerates system information. (x2)
search
Loads additional libraries. (x1)
execution
Allocates additional memory. (x2)
memory
Writes data to the STDOUT stream. (x1)
execution
Creates C-based pointers. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x2)
execution
Uses string-related functions. (x3)
behavior
Converts a value to an integer number. (x1)
behavior