Jump to content

w_m0zart

Newbie
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Jailbroken
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

w_m0zart's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Thanks for replying. Still, thumb code is relevant for other non-ios arm products. Likely the issue should be easy to fix though.
  2. When converting the hex code of a branch instruction ( 0x40 0xF0 0x62 0x81 ) with ARMConverter it calculates the right instruction and address, using offset 0x12cbe8: https://armconverter.com/?disasm&code=40+F0+62+81&offset=0x12cbe8 Resulting for thumb in: bne.w 0x12ceb0 However when entering the result of this calculation again in ARMConverter https://armconverter.com/?code=bne.w+%230x12ceb0&offset=0x12cbe8 to do the reverse and get the hex code, again with the same offset 0x12cbe8 the result is not the expected 0x40 0xF0 0x62 0x81 But 0x6C 0xF4 0x58 0x87 Does someone knows why this happens?
×
  • 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