mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2024-11-14 10:15:08 +01:00
8 lines
198 B
C
8 lines
198 B
C
#ifndef ios_kernel_SYMS_H
|
|
#define ios_kernel_SYMS_H
|
|
#define instant_patches_setup 0x08135004
|
|
#define reverse_memcpy 0x08135178
|
|
#define _main 0x08135044
|
|
#define __KERNEL_CODE_START 0x08135000
|
|
#endif
|