Jump to content

LLDB arm64 or armv7


Go to solution Solved by xiaov,

8 posts in this topic

Recommended Posts

Posted

Hi,

 

I'm trying to learn LLDB, I got a offset but it's arm64 for sure, can we get the armv7 offset too? 

Or can we figure the armv7 offset out using the armv64?

 

Hope someone knows the answer!

 

Thankyouu

Posted

only if you have the function names :0

  • Solution
Posted
1 minute ago, Ted2 said:

Hi,

 

I'm trying to learn LLDB, I got a offset but it's arm64 for sure, can we get the armv7 offset too? 

Or can we figure the armv7 offset out using the armv64?

 

Hope someone knows the answer!

 

Thankyouu

search some "ARM" or branch or "String"  from arm64.

then search the same stuff in armv7

Posted
Just now, xiaov said:

search some "ARM" or branch or "String"  from arm64.

then search the same stuff in armv7

Ok thankyou!

5 minutes ago, K0NG said:

only if you have the function names :0

alright, thnx both of you

Posted

You can map armv7 to arm64 and vice versa. Just takes a bit of work.

Posted
7 minutes ago, DiDA said:

You can map armv7 to arm64 and vice versa. Just takes a bit of work.

So, if I wanna know the armv7 offset I gotta thin the binary & then I can figure the armv64 offset out too? Or am I wrong here

Posted
3 hours ago, Ted2 said:

So, if I wanna know the armv7 offset I gotta thin the binary & then I can figure the armv64 offset out too? Or am I wrong here

You can also follow @AirMAX's tutorial by finding the closest nullsub_xxx near the function from the Function bar and try fidning it from the other binary

Posted
53 minutes ago, ZahirSher said:

You can also follow @AirMAX's tutorial by finding the closest nullsub_xxx near the function from the Function bar and try fidning it from the other binary

Thanks!

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