Jump to content

songyuki97

Member
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

146 profile views

songyuki97's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. when game updated,offset will changed, i wantn't search mermory for offset. have you some sugestion?
  2. iPad-2:~ root# lldb (lldb) attach 3174 Process 3174 stopped * thread #1: tid = 0x1f64d, 0x00000001817f7de8 libsystem_kernel.dylib`mach_msg_trap + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP frame #0: 0x00000001817f7de8 libsystem_kernel.dylib`mach_msg_trap + 8 libsystem_kernel.dylib`mach_msg_trap: -> 0x1817f7de8 <+8>: ret libsystem_kernel.dylib`mach_msg_overwrite_trap: 0x1817f7dec <+0>: movn x16, #0x1f 0x1817f7df0 <+4>: svc #0x80 0x1817f7df4 <+8>: ret Executable module set to "/var/containers/Bundle/Application/C40578D2-AF06-4CC7-A126-B44D9D39C965/PvZ2.app/PvZ2". Architecture set to: arm64-apple-ios. (lldb) w s e -- 0x105D76DF0 Watchpoint created: Watchpoint 1: addr = 0x105d76df0 size = 8 state = enabled type = w new value: 55840628736 (lldb) x/i 0x105D76DF0 0x105d76df0: 0x005c6000 .long 0x005c6000 ; unknown opcode i got ithe info. then?
  3. I don't think the cause of the problem is lldb out of date. because i used xcode attached game and run lldb, watchpoint not hit. i think ios 11.4.1 cause the problem
  4. Example [ 0] E63DF4AA-6ED9-30DB-A1F4-2BEDF61449B0 0x0000000102c90000 /var/containers/Bundle/Application/C40578D2-AF06-4CC7-A126-B44D9D39C965/PvZ2.app/PvZ2 0x0000000102c9000 0x2c9000 is ASRL offset and iGG address is 0x14ED0DBF0 (lldb) w s e -- 0x14ED0DBF0 Watchpoint created: Watchpoint 3: addr = 0x14ed0dbf0 size = 8 state = enabled type = w new value: 55837351936 i change value in game, but lldb not hit. and i try other 0x14ED0DBF0 - 0x2c9000 = 0x14C07DBF0 (lldb) w s e -- 0x14C07DBF0 Watchpoint created: Watchpoint 2: addr = 0x14c07dbf0 size = 8 state = enabled type = w new value: (null) i change value in game, but lldb not hit. what should i do? thank you
  5. CTRL + C w s e -- 0x232 CTRL + C w s e -- 0x232 ios 11.4.1 watchpoint not work
×
  • 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