Jump to content

15 posts in this topic

Recommended Posts

Posted
1 minute ago, DiDA said:

If I understand your question correctly, you can do this:


		vm_writeData(0x45A6D2, 0xB1EE040A);
		vm_writeData(0x45A6D6, 0x10EE100A);
		vm_writeData(0x45A6DA, 0x7047);

 

I wanna NOP from offset 0x15BDD4 till 0x15BF92

Posted
2 minutes ago, Ted2 said:

I wanna NOP from offset 0x15BDD4 till 0x15BF92

You can do that. But I think you'd be better of just BX LRing the function.

Posted
1 minute ago, DiDA said:

You can do that. But I think you'd be better of just BX LRing the function.

The real function loads 3 things, 1 thing shouldn't be loaded so hack would work. That's why I need to skip that part..

BX LR would skip the whole function right? or am I wrong?

Posted
Just now, Ted2 said:

BX LR would skip the whole function right? or am I wrong?

Yes, that's right.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines