Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Process

1. Configure

cmake -S . -B build

2. Build

cmake --build build # normal building
# debug and building
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build

Install Dependencies

1. update g++

sudo apt install g++

2. install openssl

sudo apt-get install libssl-dev

About

C2 Framework built from scratch using c++ for server and agent and python for operator console

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages