Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Queries the value of an environment variable. (x1)
search
Copies a file. (x1)
file
Compiles a string into a Python code object, which can be executed. (x1)
execution
Writes data to the STDOUT stream. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Creates/Opens a file. (x12)
file
Converts a value to an integer number. (x1)
behavior
Uses math functions. (x1)
behavior