knock
xxxxxxxxxx
5
 
1
int main(int argc, char *argv[]) {
2
​
3
​
4
  return 0;
5
}        
xxxxxxxxxx
 
1
    .file   "8ef490aa-cec1-4a15-9d3a-20276913b452_assembly.cpp"
2
    .text
3
    .section    .text.startup,"ax",@progbits
4
    .p2align 4
5
    .globl  main
6
    .type   main, @function
7
main:
8
.LFB0:
9
    .cfi_startproc
10
    xorl    %eax, %eax
11
    ret
12
    .cfi_endproc
13
.LFE0:
14
    .size   main, .-main
15
    .ident  "GCC: (Debian 10.2.1-6) 10.2.1 20210110"
16
    .section    .note.GNU-stack,"",@progbits
17
​