Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Creates shortcuts during installation or upon launch. (x1)
file
Queries the system time. (x1)
settings
Writes data to the STDOUT stream. (x1)
execution
Compiles a string into a Python code object, which can be executed. (x2)
execution
Imports the "time" module, which provides various time-related functions. (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. (x3)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution