Behaviors
List of software behaviors discovered with static code analysis.
Queries the value of an environment variable. (x2)
search
Enumerates files in a given directory. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Executes commands in command line. (x2)
execution
Adds a one-time listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x4)
behavior
Adds a listener function for a specified event. (x4)
behavior
Reads from files. (x2)
file
Replaces a substring in a string using a regular expression. (x3)
behavior
Concatenates strings. (x7)
behavior