Jump to content

[IDA Tutorial] How to deal with/hack vectors


472 posts in this topic

Recommended Posts

Posted (edited)

Hi shmoo

Your tutorial about hacking vectors on IDA its really lifesafer.

but i really need help, because after reading your tutorial and read the comment section there's something i want to ask.

So i have this code

VLDR               S0, [R6]

VLDR               S2, [R0, #0xC8]

VADD.F32       S0, S2, S0

VSTR                S0, [R0, #0xC8]

I've already try to change 

VLDR               S2, [R0, #0xC8]

to

VMOV.F32      S2, #31.0 

and its worked, thanks to your guide. but is there any other way to hack this except changing the VLDR?? @shmoo

Updated by ShiroKami57
Posted
2 hours ago, ShiroKami57 said:

Hi shmoo

Your tutorial about hacking vectors on IDA its really lifesafer.

but i really need help, because after reading your tutorial and read the comment section there's something i want to ask.

So i have this code

VLDR               S0, [R6]

VLDR               S2, [R0, #0xC8]

VADD.F32       S0, S2, S0

VSTR                S0, [R0, #0xC8]

I've already try to change 

VLDR               S2, [R0, #0xC8]

to

VMOV.F32      S2, #31.0 

and its worked, thanks to your guide. but is there any other way to hack this except changing the VLDR?? @shmoo

Yeah, you can change the instruction after it to VMUL.F32 S0, S2, S2 (s0=s2*s2)

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