Behaviors
List of software behaviors discovered with static code analysis.
Decompresses data using the GZip algorithm. (x1)
packer
Compresses data using the GZip algorithm. (x1)
packer
Contains URLs that contain basic authentication credentials. (x2)
network
Contains URLs related to URL shortener services. (x2)
network
Queries the system time. (x2)
settings
Writes data to the STDOUT stream. (x3)
execution
Uses concurrency functions. (x10)
execution
Uses synchronization mechanisms. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution