Procházet zdrojové kódy

ctarget level2

homework3
邓博昊 před 7 měsíci
rodič
revize
8083a0df1c
5 změnil soubory, kde provedl 20 přidání a 0 odebrání
  1. +4
    -0
      target66/phase_2.txt
  2. +12
    -0
      target66/phase_2_assembly.d
  3. binární
      target66/phase_2_assembly.o
  4. +4
    -0
      target66/phase_2_assembly.s
  5. binární
      target66/phase_2_raw.txt

+ 4
- 0
target66/phase_2.txt Zobrazit soubor

@ -0,0 +1,4 @@
48 c7 c7 8f ee 8d 3e 48
be a9 1a 40 55 55 55 00
00 56 c3 00 00 00 00 00
58 1b 62 55 00 00 00 00

+ 12
- 0
target66/phase_2_assembly.d Zobrazit soubor

@ -0,0 +1,12 @@
phase_2_assembly.o 文件格式 elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 48 c7 c7 8f ee 8d 3e mov $0x3e8dee8f,%rdi
7: 48 be a9 1a 40 55 55 movabs $0x555555401aa9,%rsi
e: 55 00 00
11: 56 push %rsi
12: c3 ret

binární
target66/phase_2_assembly.o Zobrazit soubor


+ 4
- 0
target66/phase_2_assembly.s Zobrazit soubor

@ -0,0 +1,4 @@
movq $0x3e8dee8f,%rdi
movq $0x0000555555401aa9,%rsi
push %rsi
ret

binární
target66/phase_2_raw.txt Zobrazit soubor


Načítá se…
Zrušit
Uložit