get_imphash
Calculate the import hash (imphash) of a PE file for malware variant identification. Returns empty string for non-PE formats.
Instructions
Return the PE import hash (imphash) for path.
Imphash is the MD5 of the normalized import table — used for malware variant identification. Returns an empty string for non-PE formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |