/ripatk

Primary LanguageC++

Ripple Attack Project

Prerequisite

$ apt update && apt upgrade
$ apt install -y cmake build-essential

Building

$ git submodule init
$ git submodule update --recursive
$ mkdir build && cd build
$ cmake ../ && make