6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-28 18:01:53 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/SCANNER.GPON/exploit_scan.b0ab73.h
2019-10-02 16:41:26 -04:00

11 lines
114 B
C

#ifdef WICKED_EXPLOIT
#pragma once
#include <stdint.h>
void exploit_worker();
void exploit_kill(void);
#endif