Created
May 17, 2015 00:03
-
-
Save radare/f6f731199370013b289b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rasm2 -a arm -b 16 -D e8b1d0f80090b9f80cc0d9f808900cea010c09ebcc09d9f800c09cea010f02d1 | |
0x00000000 2 e8b1 cbz r0, 0x3e | |
0x00000002 4 d0f80090 ldr.w sb, [r0] | |
0x00000006 4 b9f80cc0 ldrh.w ip, [sb, 0xc] | |
0x0000000a 4 d9f80890 ldr.w sb, [sb, 8] | |
0x0000000e 4 0cea010c and.w ip, ip, r1 | |
0x00000012 4 09ebcc09 add.w sb, sb, ip, lsl 3 | |
0x00000016 4 d9f800c0 ldr.w ip, [sb] | |
0x0000001a 4 9cea010f teq.w ip, r1 | |
0x0000001e 2 02d1 bne 0x26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👅