Quote Originally Posted by hell View Post
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.
Ah thanks hell I was thinking about sending the pointer to a return, that was like the second thing I tried and it never seemed to work that often. And I have a packet injection guide in the workings but not really useful for the PSP.