is there any way to patch out the fatal system halt completely, even the hardware is damaged? i mean remove the whole error routine and not only fooling it with that basic_plugins patch. as far as i understand, it only removes the branching to the source
i have found some text about fatal_error2 and system halt in lv0 about corrupt nor. i am no reverse engineer, so this goes around my head, but if somebody else could do this?
Code:
...%s: NOR is corrupted, data %04x, expect %04x, addr %llx, data_num %d....%s: write to buffer was aborted.. data 0x%04x, expect 0x%04x....data verify failed...... data: 0x%x.....rom address: 0x%x.......%s: NOR is corrupted....ERROR: program...Halt system due to fatal error (2)
and another question, how do you guys open prx modules in ida and reverse it? i only get "there is nothing to disassemble" message. are there any ida plugins i am missing?