BrianPHChen / ripatk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 94.4%Language:CMake 5.6%