I was trying to make patched home menu/NS cias for region free on boot by patching the code.bin directly using offsets from free mutli patcher source:
Help with repacking system cias
Code:
int patchMenu() { // Set generell informations for patching static const char * titleId = "menu"; static const u32 startAddress = 0x00100000; // patch Homemenu to show out of region applications // 9.0.0 Address: 0x00101B8C; static unsigned char originalcode[] = { 0x00, 0x00, 0x55, 0xE3, 0x01, 0x10, 0xA0, 0xE3, 0x11, 0x00, 0xA0, 0xE1,...