Jump to content

How to have an offline arm converter on your device!


51 posts in this topic

Recommended Posts

Updated (edited)

While googling the hex for VSUB, I came across something awesome, an offline arm converter! Keep in mind that it won't convert instructions like VSUB, VSTR, etc., but still, an offline arm converter on your device! Now instead of getting an offset then getting the hex, I'm going to get all my offsets then convert everything because you cannot quit GDB while debugging :p Here's how to get it:

Hidden Content

    1. Add this repo: http://cydia.radare.org/ (If you are a hacker you should already have this repo)
    2. Search for "radare2" and install it.
    3. Open MobileTerminal, log in as root, and run this command:

    rasm2 -a arm 'your instruction goes here'

    It should print out the hex for that instruction. Notice that those dashes ARE NOT quotes so

    rasm2 -a arm "your instruction goes here"

    would be incorrect.

    Here is an example:

    rasm2 -a arm 'mov r0, r1'

    It also does not matter if you use capitalization or not, so

    rasm2 -a arm 'MOV R0, R1'

    would work also.

    Here is a picture:

    0k1iy39l.jpg



Completely offline sub_x hacking! This is some next-gen shit :p:snoop:

Updated by Guest
  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Is this legit? :D

Yeah it is I'm actually pretty hyped about this :D

 

its ok, lol use the large thumbnail option :3

ok :)

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