Behaviors
List of software behaviors discovered with static code analysis.
Deletes a file/directory. (x6)
file
Calculates the SHA-1 hash of data. (x2)
file
Calculates the SHA-256 hash of data. (x2)
file
Enumerates files in a given directory. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x4)
packer
Adds a one-time listener function for a specified event. (x2)
behavior
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
Serializes data into the JSON format. (x2)
file