会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明申请
    • Preventing stack buffer overflow attacks
    • 防止堆栈缓冲区溢出攻击
    • US20160098556A1
    • 2016-04-07
    • US14970397
    • 2015-12-15
    • Khalid Nawaf ALHARBIXiaodong LINNorthern Borders University
    • Khalid Nawaf ALHARBIXiaodong LIN
    • G06F21/52
    • G06F21/52G06F21/64G06F2221/033
    • Improved buffer overflow protection for a computer function call stack is provided by placing a predetermined ShadowKEY value on a function's call stack frame and copying the ShadowKEY, a caller EBP, and a return pointer are pushed onto a duplicate stack. The prologue of the function may be modified for this purpose. The function epilogue is modified to compare the current values of the ShadowKEY, caller EBP, and the return pointer on the function stack to the copies stored on the duplicate stack. If they are not identical, an overflow is detected. The preserved copies of these values may be copied back to the function stack frame thereby enabling execution of the process to continue. A function prologue and epilogue may be modified during compilation of the program.
    • 通过在函数的调用堆栈框架上放置一个预定的ShadowKEY值并复制ShadowKEY,一个调用者EBP和一个返回指针来提供对计算机函数调用堆栈的改进的缓冲区溢出保护。 为此,可以修改该功能的序言。 修改函数结尾,将ShadowKEY,调用者EBP和函数堆栈上的返回指针的当前值与存储在重复堆栈上的副本进行比较。 如果它们不相同,则检测到溢出。 这些值的保留副本可以被复制回到功能堆栈帧,从而使得该进程的执行继续。 在程序编译期间可能会修改函数序言和结尾语。