Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Creates a process. (x2)
execution
Enumerates system information. (x1)
search
Queries the system time. (x2)
settings
Starts the thread's activity. (x2)
execution
Creates a thread. (x2)
execution
Pauses execution until a thread is terminated. (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. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "subprocess" module, which provides functions for creating new processes. (x1)
execution