How to patch over ChickHEN

I have received a few mails asking for do this proccess.

The answer is : Hen works storing words with the function _sw (located in psptypes header) or using other macros. Also, contains sctrlHENPatchSyscall function reversed inside him, so if you wanna use sctrlHENPatchSyscall you should reverse it. Then of write your prx code, make an eboot.pbp and load your prx (the patches will be enabled only during the time your eboot is running. Won’t work if you are in the xmb)

Fast sample about how works :

void sub_1300()

{

       SceModule2 *x = sceKernelFindModuleByName(“sceInterruptManager”);

    

      _sw(0, x->text_addr+0×145C);

      _sw(0, x->text_addr+0×150C);

      _sw(0, x->text_addr+0×1510);

      

}

 

I won’t write anymore code of ChickHEN, it’s private of Davee. I take this moment for tell you thank you very much for the Hen, Davee, good job!

Leave a Reply