Files
seer/notes/README.asm_hello
T
Ernie Pasveer 16b3c686d3 Added Assembly setting config tab.
(att/intel flavor, demangle symbol names, etc.)
2022-07-23 10:36:18 -05:00

15 lines
1.0 KiB
Plaintext

-data-disassemble -a $pc -- 2
^done,asm_insns=[
{address="0x08048080",func-name="_start",offset="0",opcodes="ba 0e 00 00 00",inst="mov edx,0xe"},
{address="0x08048085",func-name="_start",offset="5",opcodes="b9 a4 90 04 08",inst="mov ecx,0x80490a4"},
{address="0x0804808a",func-name="_start",offset="10",opcodes="bb 01 00 00 00",inst="mov ebx,0x1"},
{address="0x0804808f",func-name="_start",offset="15",opcodes="b8 04 00 00 00",inst="mov eax,0x4"},
{address="0x08048094",func-name="_start",offset="20",opcodes="cd 80",inst="int 0x80"},
{address="0x08048096",func-name="_start",offset="22",opcodes="bb 00 00 00 00",inst="mov ebx,0x0"},
{address="0x0804809b",func-name="_start",offset="27",opcodes="b8 01 00 00 00",inst="mov eax,0x1"},
{address="0x080480a0",func-name="_start",offset="32",opcodes="cd 80",inst="int 0x80"}
]