get_function_hash
Calculate a hash of a function's raw bytes using MD5, SHA1, or SHA256 to identify identical or similar functions across different binaries.
Instructions
Calculate a hash of a function's raw bytes. Useful for identifying identical/similar functions across binaries. Algorithms: md5, sha1, sha256.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithm | No | md5 | |
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |