https://www.52pojie.cn/thread-401929-1-1.html
printf("%3$s", 1, “b”, “c”, 4)表示将第三个参数输出,即C
printf(“AAA%3$n”)表示将前面字符串的个数存入第三个参数,即3
64位格式化字符串漏洞:https://blog.youkuaiyun.com/qq_41202237/article/details/107833668
https://www.52pojie.cn/thread-401929-1-1.html
printf("%3$s", 1, “b”, “c”, 4)表示将第三个参数输出,即C
printf(“AAA%3$n”)表示将前面字符串的个数存入第三个参数,即3
64位格式化字符串漏洞:https://blog.youkuaiyun.com/qq_41202237/article/details/107833668