Behaviors
List of software behaviors discovered with static code analysis.
Sends data on a connected TCP socket. (x1)
network
Opens a socket listening for an incoming connection. (x1)
network
Retrieves the local computer name. (x1)
search
Encrypts data using RSA with a given public key. (x1)
packer
Encrypts data using RC4 cipher. (x1)
packer
Encrypts data using Data Encryption Standard (DES). (x1)
packer
Encrypts data using Advanced Encryption Standard (AES). (x1)
packer
Encodes data using the Base64 algorithm. (x1)
packer
Decrypts data using the RC4 cipher. (x1)
packer
Decrypts data using RSA with a given private key. (x1)
packer