Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to interesting file formats. (x1)
network
Writes to files. (x1)
file
Compiles a string into a Python code object, which can be executed. (x1)
execution
Reads from files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x3)
execution
Uses json-related functions. (x3)
file
Creates/Opens a file. (x1)
file
Exits the script. (x1)
execution
Uses math functions. (x1)
behavior