Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 354 Bytes

Guanciale -- Carbonara Project

Grab informations needed by Carbonara from executables and disassemblers databases

Install

Linux

$ sudo apt install python python-pip
$ pip install -r requirements.txt
$ python setup.py install

Windows

> python -m pip install -r requirements.txt
> python setup.py install