yara
yara copied to clipboard
Add pe.number_of_imported_functions and pe.number_of_imported_libraries
Add two variables to the PE module to distinguish between library and function imports.
-
number_of_imported_functions
: the count of imported functions -
number_of_imported_libraries
: same asnumber_of_imports
but with a more explicit name to avoid confusion