gitextract_gl9obiy7/ ├── README.md └── src/ ├── Makefile ├── Makefile.hbl ├── Makefile.signed ├── downgrade660_ctrl/ │ ├── 660mapfile.txt │ ├── Makefile │ ├── decrypt.c │ ├── decrypt.h │ ├── exports.exp │ ├── extra_stubs.S │ ├── main.c │ ├── patch_table.c │ ├── patch_table.h │ ├── pspdecrypt.c │ ├── utils.c │ └── utils.h ├── downgrade_ctrl/ │ ├── 631mapfile.txt │ ├── Makefile │ ├── decrypt.c │ ├── decrypt.h │ ├── exports.exp │ ├── extra_stubs.S │ ├── main.c │ ├── patch_table.c │ ├── patch_table.h │ ├── pspdecrypt.c │ ├── utils.c │ └── utils.h ├── extra_stubs.S ├── extras.S ├── include/ │ ├── libinfinity.h │ └── systemctrl.h ├── kernel_exploit.c ├── kernel_exploit.h ├── kernel_land.c ├── kernel_land.h ├── lib/ │ └── libpspsystemctrl_kernel.a ├── libasm/ │ ├── libinfinityKernel.S │ └── libinfinityUser.S ├── main.c ├── patch_table.h ├── rebootex.c ├── rebootex.h ├── utils.c └── utils.h