haxchi/installer/src/exploit.h

10 lines
126 B
C
Raw Normal View History

#ifndef _EXPLOIT_H_
#define _EXPLOIT_H_
void IOSUExploit();
void uhs_exploit_init(void);
int uhs_write32(int, int);
#endif