
buffer overflow
网安幕后推手
这个作者很懒,什么都没留下…
展开
-
buffer overflow-(2)
Intructionprevious article already send a email by C program successfullynow we will show how to write bufffer overflow code.Detail codeBecause the length of data must not exceed 0x200,so we fill with 0x150 A memset(buffer, 0x41, 0x150); sprintf_s(b原创 2020-07-23 09:58:31 · 178 阅读 · 0 评论 -
bufffer overflow
IntroductionThe reson for buffer overflow is we set too many data to an array of finite length.Attackers will utilize the feature,they may be construct a special string to assign values to arrays and construct specific address cover return address(EIP re原创 2020-07-23 09:08:00 · 331 阅读 · 0 评论