Behaviors
List of software behaviors discovered with static code analysis.
Encodes data using the Base64 algorithm. (x3)
packer
Generates a cryptographic key. (x2)
packer
Calculates the SHA-1 hash of data. (x2)
file
Calculates the MD5 hash of data. (x2)
file
Converts binary data to its string representation, commonly used in obfuscation. (x9)
packer
Adds a listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x2)
behavior