This tool is based on the original sdhash, which can be found at: https://github.com/sdhash/sdhash
This version has been modified by Moia et al., as published in: https://sol.sbc.org.br/index.php/sbseg_estendido/article/view/19263
This tool is designed for malware analysis, following the methodology described in Botacin et al.: https://www.sciencedirect.com/science/article/abs/pii/S2666281721001281
- Modified similarity hashing for enhanced malware detection.
- Optimized comparison mechanisms for binary analysis.
- Compatible with large datasets for batch processing.
- Supports integration with existing forensic tools.
# Clone the repository
git clone https://github.com/your-repo/sdhash-modified.git
cd sdhash-modified
# Compile the tool
make# Download precompiled SDhash
wget $(curl -s https://api.github.com/repos/Botacin-s-Lab/SDHash/releases/latest | grep "browser_download_url" | cut -d '"' -f 4) -O SDhash
# Make SDhash executable
chmod +x SDhash
# Optionally move SDhash to a global bin location (e.g., /usr/local/bin) to run it anywhere
mv SDhash /usr/local/bin/sdhash# HELP
sdhash -h