Quote Originally Posted by Tension View Post
Nice and IMOK do you have any guide on Packets or something,if you do PM please and thanks
Why, not just post it for everyone?


Also, isn't that a pointer. So,

#DMA anti test 2
0xFFFFFFFF 0x004FF520
0x00000804 0x03e00008 //It doesn't treat it as a jr ra, but goes to that area which is why it freeze's.

#DMA anti test
0xFFFFFFFF 0x004FF520
0x00000804 0x0A200026 //Same thing but doesn't treat it as a jump.

So, why not change the pointer to go to a jr ra.

#DMA anti test 2
0xFFFFFFFF 0x004FF520
0x00000804 0x0880fd94 //Real address 0880fd94 fake address 0000fd94.

Try that ,see if it works or not, it goes to a jr ra followed by an nop.