Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x2)
execution
Deletes a file/directory. (x1)
file
Creates temporary files. (x2)
file
Creates shortcuts during installation or upon launch. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Queries the current working directory. (x1)
search
Creates a directory. (x1)
file
Changes the current working directory. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "subprocess" module, which provides functions for creating new processes. (x2)
execution