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
- Host: GitHub
- URL: https://github.com/dobin/malshaft
- Owner: dobin
- License: gpl-3.0
- Created: 2023-09-05T05:31:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T20:42:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T16:12:05.729Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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