Behaviors
List of software behaviors discovered with static code analysis.
Queries the value of an environment variable. (x4)
search
Converts binary data to its string representation, commonly used in obfuscation. (x9)
packer
Might create additional elements programmatically. (x9)
document
Might access or change current URL (location). (x5)
network
Might enumerate user agent of the current browser. (x5)
monitor
Serializes data into the JSON format. (x9)
file
Imports external module "vue" which is used for building user interfaces. (x3)
execution
Splits a string using a regular expression. (x3)
behavior
Replaces a substring in a string using a regular expression. (x3)
behavior
Queries a specific selector within the page's Document Object Model. (x12)
behavior