1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-04-17 01:32:05 +08:00
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