Uchihash is a utility software designed to save malware analysts some time while dealing with embedded hash values used for various purposes listed below:
- Checking execution process used by analysts (Anti-analysis)
- Dynamically importing APIs (higher priority for shellcode)
- Checking Antivirus artifacts (Anti-analysis)
Uchihash generates hashes with user-specified hashing algorithm, searches for a hash list in a hashmap generated beforehand. It can also generate an IDAPython script for easier analysis by annotation of hashes to their corresponding values.
This tool was created for educational purposes only and must not be used in other circumstances without legal authorization.
Download Link- https://github.com/N1ght-W0lf/Uchihash