#
1 2 3 4 5 6 7
from pwn import *libc = ELF("./libc.so.6")a = libc.sym.__libc_start_call_mainb = 0x50a37print(b - a)