Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Botnets/Self Reps/MULTI SELFREP/exploit.h
5038 views
1
#ifdef WICKED_EXPLOIT
2
3
#pragma once
4
5
#include <stdint.h>
6
7
void exploit_worker();
8
void exploit_kill(void);
9
10
#endif
11
12