diff --git a/target66/phase_2.txt b/target66/phase_2.txt new file mode 100644 index 0000000..6c5d989 --- /dev/null +++ b/target66/phase_2.txt @@ -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 diff --git a/target66/phase_2_assembly.d b/target66/phase_2_assembly.d new file mode 100644 index 0000000..f437392 --- /dev/null +++ b/target66/phase_2_assembly.d @@ -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 diff --git a/target66/phase_2_assembly.o b/target66/phase_2_assembly.o new file mode 100644 index 0000000..954d11d Binary files /dev/null and b/target66/phase_2_assembly.o differ diff --git a/target66/phase_2_assembly.s b/target66/phase_2_assembly.s new file mode 100644 index 0000000..6e99860 --- /dev/null +++ b/target66/phase_2_assembly.s @@ -0,0 +1,4 @@ +movq $0x3e8dee8f,%rdi +movq $0x0000555555401aa9,%rsi +push %rsi +ret diff --git a/target66/phase_2_raw.txt b/target66/phase_2_raw.txt new file mode 100644 index 0000000..c467c45 Binary files /dev/null and b/target66/phase_2_raw.txt differ