Behaviors
List of software behaviors discovered with static code analysis.
Modifies file/directory permissions. (x3)
permissions
Changes file ownership. (x2)
file
Queries the login name of the user. (x2)
search
Deletes a file/directory. (x2)
file
Queries the value of an environment variable. (x5)
search
Enumerates files in a given directory. (x3)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Adds a listener function for a specified event. (x3)
behavior
Adds a one-time listener function for a specified event. (x3)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x3)
behavior