C++ Buffer Overflow

前端 未结 6 1225
攒了一身酷
攒了一身酷 2020-12-28 11:13

I\'m trying to teach myself about buffer overflows and exploitation in C++. I\'m an intermediate C++ guy, at best, so bear with me. I\'ve followed a few tutorials, but here\

6条回答
  •  忘掉有多难
    2020-12-28 12:04

    Proposed solution to detect NULL pointer and buffer overflow in memcpy, memset, strcpy before hand and print out the location (file:line) where the problem occurs:

    http://htvdanh.blogspot.com/2016/09/proposed-solution-to-detect-null.html

提交回复
热议问题