靶机描述 靶机地址:http://www.vulnhub.com/entry/dc-1,292/ Description DC-1 is a purposely built vulnerable lab for the purpose of gaining experience in the wor
#from LibcSearcher import * context(log_level='debug',arch='amd64',os='linux') choice=1 if choice == 1: p=process('./one-format-string') libc = ELF("/lib/x86_64-linux-gnu/libc.so.6")#当前链接的libc版本 elf=ELF('./one-format-string') address=0x400780 gdb.attach(p,"finish\...