登录
首页 » 其他 » Delphi测试缓冲区溢出 堆栈溢出

Delphi测试缓冲区溢出 堆栈溢出

于 2022-07-01 发布 文件大小:7.04 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

Delphi测试缓冲区溢出 堆栈溢出,本程序用于堆栈溢出测试,超出6个字符的话则溢出。作者:曾繁威 于重庆学习作。输入“aaaaaaaaaaL$E”,可以溢出执行“溢出执行”按钮的代码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DDP测试版1
    /***********************************************************************/
    2023-02-01 17:05:03下载
    积分:1
  • 只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。...
    只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。-this chapter as long as you are adding to the content you want online games, we can use Chapter VII of programming ideas, any simple game, you can easily realize on-line.
    2023-02-18 10:40:03下载
    积分:1
  • 用powerbuilder写的一个多文档记事本
    用powerbuilder写的一个多文档记事本-written by more than one document Notepad
    2023-07-11 20:15:03下载
    积分:1
  • including linear table, linked list, using the C language to write
    包括线性表,链表,用C语言写的-including linear table, linked list, using the C language to write
    2022-02-11 19:54:31下载
    积分:1
  • 上图下文的Flash图文菜单导航
    上图下文的Flash图文菜单导航,带有动态的渐变效果,鼠标放在图片上,文字会有动态效果出现,而且当前菜单项会出现倒影,另外压缩包内有多款图片特效和菜单可供学习参考,期待下载本flash源文件。
    2023-08-28 16:15:05下载
    积分:1
  • 学生信息管理系统,用容器可以支持多种操作
    学生信息管理系统,用容器可以支持多种操作-student management
    2022-01-26 00:09:44下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 在MATLAB下实现了图像的方块编码功能
    在MATLAB下实现了图像的方块编码功能-Achieve the image in the MATLAB code in the box functionality
    2022-03-04 13:22:05下载
    积分:1
  • 最为丰富的图标库,编程必备
    最为丰富的图标库,编程必备-most abundant in the icon library, programming required
    2022-03-01 02:15:46下载
    积分:1
  • 设计模式,命令模式,好莱坞法则,学习设计模式
    设计模式,命令模式,好莱坞法则,学习设计模式-design pattern, command pattern
    2022-04-25 10:56:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载