Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x2)
execution
Creates a socket. (x2)
network
Sends data on a connected TCP socket. (x2)
network
Opens a TCP connection to a remote server. (x2)
network
Receives data from a connected TCP socket. (x2)
network
Queries the value of an environment variable. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Emits an event, effectively calling each of the registered listeners for that event. (x2)
behavior
Adds a listener function for a specified event. (x2)
behavior
Concatenates strings. (x2)
behavior