Behaviors
List of software behaviors discovered with static code analysis.
Executes files during installation or upon launch. (x1)
execution
Deletes a file/directory. (x2)
file
Registers a listener that can execute code when the state of visible text editors is changed. (x2)
execution
Registers a listener that can execute code when a document is either closed, opened, or saved. (x2)
execution
Sets a JavaScript interval, which repeatedly executes code. (x1)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Accesses the file system. (x2)
file
The VS Code extension has an activation function that executes code. (x3)
execution
Registers a VS Code command which can later be executed. (x3)
execution
Executes commands in command line. (x2)
execution