Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x1)
execution
Deletes a file/directory. (x1)
file
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Copies a file/directory. (x1)
file
The VS Code extension has an activation function that executes code. (x2)
execution
Registers a VS Code command which can later be executed. (x2)
execution
Executes commands in command line. (x1)
execution
Serializes data into the JSON format. (x1)
file
Accesses a previously opened file in VS Code. (x2)
file
Uses the VS Code "workspace" namespace for managing the current workspace. (x2)
execution