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