Created
December 9, 2021 18:55
-
-
Save trufae/8f73d0403b7946722fa1b057b3409327 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
$ r2 -i examples/test-py-asm.py - | |
[0x00000000]> e asm.arch=MyPyDisasm | |
[0x00000000]> pd 10 | |
0x00000000 0000 opcode 0 | |
0x00000002 0000 opcode 0 | |
0x00000004 0000 opcode 0 | |
0x00000006 0000 opcode 0 | |
0x00000008 0000 opcode 0 | |
0x0000000a 0000 opcode 0 | |
0x0000000c 0000 opcode 0 | |
0x0000000e 0000 opcode 0 | |
0x00000010 0000 opcode 0 | |
0x00000012 0000 opcode 0 | |
[0x00000000]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment