Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Enumerates CPU information of the system. (x2)
search
Calculates the SHA-256 hash of data. (x1)
file
Queries the system time. (x2)
settings
Queries the value of an environment variable. (x2)
search
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Uses concurrency functions. (x1)
execution
Reads from files. (x1)
file
Imports the "time" module, which provides various time-related functions. (x3)
execution