Jump to content

hayate22

Member
  • Posts

    54
  • Joined

  • Last visited

Everything posted by hayate22

  1. hey, i can do this write me if ur still interested
  2. Hello, my problem is that i get a diffrent function in LLDB than it is in IDA at the same Offset. IDA shows: __text:00000001000B1DBC FCVT D8, S0 __text:00000001000B1DC0 ADRP X8, #selRef_getWidth@PAGE __text:00000001000B1DC4 LDR X1, [X8,#selRef_getWidth@PAGEOFF] LLDB shows: 0x1000b1dbc: ldr w8, [x21] 0x1000b1dc0: add w8, w8, #1 0x1000b1dc4: str w8, [x21] Why? I try to store 0 in [x21] like this: 0x1000b1dbc: ldr w8, [x21] 0x1000b1dc0: mov w8, #0 0x1000b1dc4: str w8, [x21] can u guys help me?
×
  • 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