Jump to content

Question about Putty or Mobile Terminal


Go to solution Solved by NitroxicDemon,

12 posts in this topic

Recommended Posts

Posted

When I watch the target adress and freeze the app there is no Problem. But when I write the command c or continue the app doesn't unfreeze and doesn't continue.

 

1. What should I do? Any solution for this Problem?

2. Is there another way to find Offsets?

 

I have an iPhone 5s - 16GB

Thanks

Posted

Ty bro ❤️

Edit: but this is just how to make LLDB work on windows.. I need a how to find offsets with LLDB tutorial xD

You find the memory adress using cheat engine. Then use that offset and in LLDB set a watchpoint to that offset.
Posted

You find the memory adress using cheat engine. Then use that offset and in LLDB set a watchpoint to that offset.

I know how to find the adress which I want to watch but the commands are different as far as I know.. Can u write here all commands for LLDB step by step till the offset appears
Posted

I know how to find the adress which I want to watch but the commands are different as far as I know.. Can u write here all commands for LLDB step by step till the offset appears

w s e -- 0xaddress

 

Put your cheat engine adress, then press c and continue the game and change the value of the address then the watchpoint will hit and it will give you the IDA offset

Posted (edited)

w s e -- 0xaddress

 

Put your cheat engine adress, then press c and continue the game and change the value of the address then the watchpoint will hit and it will give you the IDA offset

So:

 

1. make LLDB run

2. attach the app

3. command: register

4. command: w s e -- 0xadress

5. continue the app (change value)

6. the offset appears

 

Right?

Updated by DrogenKinder
Posted

So:

1. make LLDB run

2. attach the app

3. command: register

4. command: w s e -- 0xadress

5. continue the app (change value)

6. the offset appears

Right?

Make LLDB run, attach it to app, enter watch point address then press enter

Then type c then enter game should be unfrozen, change value in game, game freezes, offset appears in LLDB

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