mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2024-11-27 23:54:13 +01:00
Update the .gitignore
This commit is contained in:
parent
e267794110
commit
ee792d389c
3
source/ios_kernel/.gitignore
vendored
3
source/ios_kernel/.gitignore
vendored
@ -3,4 +3,5 @@ build/
|
|||||||
*.bin.h
|
*.bin.h
|
||||||
*.elf
|
*.elf
|
||||||
ios_kernel.c
|
ios_kernel.c
|
||||||
ios_kernel.h
|
ios_kernel.h
|
||||||
|
ios_kernel_syms.h
|
@ -1,7 +0,0 @@
|
|||||||
#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
|
|
3
source/ios_usb/.gitignore
vendored
3
source/ios_usb/.gitignore
vendored
@ -3,4 +3,5 @@ build/
|
|||||||
*.bin.h
|
*.bin.h
|
||||||
*.elf
|
*.elf
|
||||||
ios_usb.c
|
ios_usb.c
|
||||||
ios_usb.h
|
ios_usb.h
|
||||||
|
ios_usb_syms.h
|
@ -1,6 +0,0 @@
|
|||||||
#ifndef ios_usb_SYMS_H
|
|
||||||
#define ios_usb_SYMS_H
|
|
||||||
#define _main 0x101312d4
|
|
||||||
#define _text_end 0x10131330
|
|
||||||
#define _text_start 0x101312d0
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user