前言 hitcon 2017 的 start 题,比较简单,练练手. 题目链接: https://gitee.com/hac425/blog_data/tree/master/hitcon2017 正文 往 rbp-0x20 读入 0xd9 的数据,溢出. 程序开了 cancary ,又后面直接 puts 把我们输入的打印出来 我们可以直接溢出到 cancary, 然后用 puts 泄露 cancary, 这里有个小 tips , cancary 的最低位 为 \x00, 我们需要多多溢出一个…