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