← All projects

Hasherama

by @AbdouRoumi

15

A Windows string hashing toolkit for security research and malware analysis.Research implementation of malware-focused algorithms from VX Underground collection. For educational and research purposes only.

About this project

Hasherama Overview Welcome to the Hasherama repository! This project is a specialized string hashing toolkit designed for malware researchers and security professionals. It implements multiple hashing algorithms commonly used in malware analysis and research, derived from the VX Underground collection. The tool supports both ASCII and Unicode strings, making it essential for analyzing various types of malware strings, identifiers, and patterns. This toolkit is specifically crafted for security research purposes, providing implementations of hashing algorithms frequently encountered in malware samples and security research. Table of Contents Overview Features Installation Usage Example Output Research Applications Contributing License Features Implementation of hashing algorithms commonly found in malware: Djb2 (ASCII/Unicode) - Often used in string table lookups FowlerNollVo Variant 1a - Popular in malware string obfuscation LoseLose - Seen in basic string hashing implementations Sdbm - Used in various malware families Jenkins One-at-a-Time (32-bit) - Common in advanced string obfuscation Unknown Generic Hash 1 - Documented from malware samples

From the project README on GitHub

Stars
15
Forks
3
License
MIT
Last push
29 Dec 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/hasherama.svg)](https://www.madeinalgeria.dev/projects/hasherama)

Related projects