An open API service indexing awesome lists of open source software.

https://github.com/dobin/malshaft

Malware analysis with fuzzy hashes on functions and their basic blocks
https://github.com/dobin/malshaft

Last synced: about 1 year ago
JSON representation

Malware analysis with fuzzy hashes on functions and their basic blocks

Awesome Lists containing this project

README

          

# malshaft

Malware Shaft

## How it works

[How It Works](https://github.com/dobin/malshaft/blob/master/doc/howitworks.md) (currently)

## Install on Ubuntu 22.04

Install current version of radare2 from https://github.com/radareorg/radare2

And:
```
apt install ssdeep libfuzzy-dev
pip3 install -r requirements.txt
```

# Deps

* https://github.com/lifting-bits/remill
* radare2
* ssdeep