• This repository has been archived on 07/Jun/2023
  • Stars
    star
    1,538
  • Rank 30,420 (Top 0.6 %)
  • Language
    Python
  • License
    Other
  • Created about 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Binary analysis and management framework

This repository is archived and development of Viper 1.x is discontinued. A full refactor of the project started with Viper 2.


Viper

Viper is a binary analysis and management framework. Its fundamental objective is to provide a solution to easily organize your collection of malware and exploit samples as well as your collection of scripts you created or found over the time to facilitate your daily research.

Get started!

$ pip3 install viper-framework
$ viper

For more information and instructions on how to install it visit viper-framework.readthedocs.io


Build Status Documentation Status codecov

Wanna contribute? Viper is an open, BSD-licensed, collaborative development effort that heavily relies on contributions from the whole community. We welcome tickets, pull requests, feature suggestions.

When develping new modules or patches, please try to comply to the general code style that we try to maintain across the project. When introducing new features or fixing significant bugs, please also include some concise information and possibly also introduce comprehensive documentation in our guide.