Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Deletes a file/directory. (x1)
file
Creates temporary files. (x1)
file
Loads the kernel32.dll dynamic link library. (x1)
execution
Writes to files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x1)
execution
Creates/Opens a file. (x2)
file
Closes a previously open file. (x1)
file