mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-10 18:25:07 +01:00
15 lines
151 B
C
15 lines
151 B
C
#ifndef _IOS_EXPLOIT_H_
|
|
#define _IOS_EXPLOIT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int ExecuteIOSExploit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|