Behaviors
List of software behaviors discovered with static code analysis.
Encrypts data using RSA with a given public key. (x2)
packer
Encrypts data using RSA with a given private key. (x2)
packer
Encrypts data using Advanced Encryption Standard (AES). (x2)
packer
Decrypts data using RSA with a given public key. (x2)
packer
Decrypts data using RSA with a given private key. (x2)
packer
Decrypts data using Advanced Encryption Standard (AES). (x2)
packer
Uses PBKDF2 key derivation function. (x2)
packer
Calculates the SHA-1 hash of data. (x4)
file
Uses Diffie-Hellman key exchange algorithm. (x4)
behavior
Converts binary data to its string representation, commonly used in obfuscation. (x3)
packer