TrollStore/Installer/TrollInstaller/TrollInstaller/exploit/exploit.h
2022-09-02 17:19:48 +02:00

10 lines
167 B
C

#ifndef __EXPLOIT_H__
#define __EXPLOIT_H__
#include <stdint.h>
int exploit_get_krw_and_kernel_base(uint64_t *kernel_base);
void exploitation_cleanup(void);
#endif