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