Behaviors
List of software behaviors discovered with static code analysis.
Loads additional libraries. (x1)
execution
The software package does not declare any source code repository. (x1)
anomaly
Queries the value of an environment variable. (x1)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Allocates additional memory. (x5)
memory
Creates C-based pointers. (x4)
execution
Queries the current working directory. (x1)
search
Reads from files. (x1)
file
Imports the "os" module, which contains miscellaneous operating system interfaces. (x3)
execution
Imports the "ctypes" module, which provides C-compatible data types and allows calling functions in DLLs or shared libraries. (x5)
execution