Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Creates a process. (x1)
execution
Creates shortcuts during installation or upon launch. (x1)
file
Queries the system time. (x1)
settings
Writes data to the STDOUT stream. (x1)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x6)
execution
Imports the "subprocess" module, which provides functions for creating new processes. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution