Behaviors
List of software behaviors discovered with static code analysis.
Deletes a file/directory. (x5)
file
Enumerates environment variables. (x5)
search
Opens a URL. (x2)
network
Modifies the timestamp of a file. (x4)
file
Enumerates files in a given directory. (x5)
search
Uses the java.lang.reflect.Constructor.newInstance method, which is used to construct new objects using reflection. (x10)
execution
Uses the java.lang.reflect.Method.invoke method, which is used to call methods using reflection. (x24)
execution
Terminates the currently running Java Virtual Machine. (x2)
execution