Behaviors
List of software behaviors discovered with static code analysis.
Enumerates system information. (x1)
search
Allocates additional memory. (x1)
memory
Writes data to the STDOUT stream. (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. (x2)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x1)
execution
Exits the script. (x1)
execution
Uses string-related functions. (x3)
behavior
Uses math functions. (x3)
behavior
Converts a value to an integer number. (x2)
behavior