-
trampling stack [C programming language] n. In many C language implementation, i...
践踏堆栈 [C语言编程] n. 在许多C语言的实现中,有可能通过写入例程 中所声明的数组的结尾部分来破坏可执行的堆栈. 所谓 践踏堆栈 。使用的 代码可以造成例程的返回异常,从而跳到任意的地址.这导致了一些极为险恶的数据相关漏洞-trampling stack [C programming language] n. In many C language implementation, it may be passed into routines statement by the end of the array to undermine executable stack. The so-called abuses stack. The code can cause abnormal return to the routines, jumping arbitrary address. This has led to some extremely dangerous loopholes in the relevant data
- 2022-03-18 08:38:15下载
- 积分:1
-
API
API
- 2022-11-09 09:30:03下载
- 积分:1
-
局域网聊天室,QT做的,比较简单,只实现了基本功能。
局域网聊天室,QT做的,比较简单,只实现了基本功能。-LAN chat room, QT to do relatively simple, only the realization of the basic features.
- 2022-02-09 12:02:57下载
- 积分:1
-
Linux 核心源程序
Linux 核心源程序-source Linux kernel
- 2023-05-17 20:30:03下载
- 积分:1
-
一个登录的程序,嘻嘻,希望对大家有所帮助
一个登录的程序,嘻嘻,希望对大家有所帮助-a login procedure, hee hee, and I hope to help everyone
- 2022-08-18 12:33:27下载
- 积分:1
-
ALTERA source code procedures
altera串口源代码程序-ALTERA source code procedures
- 2022-01-26 04:44:09下载
- 积分:1
-
介绍如何实现在arm系列处理器上实现移植linux操作系统
介绍如何实现在arm系列处理器上实现移植linux操作系统-how to achieve the arm Series processors to achieve transplantation Linux
- 2023-05-04 15:40:03下载
- 积分:1
-
linux下的ping源代码,用socket实现,只是学习Linux…
linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embedded system.
- 2022-10-28 11:45:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
嵌入式LINUX内核编程,主要是包含压缩的启动过程源代码,非常值得一读...
嵌入式LINUX内核编程,主要是包含压缩的启动过程源代码,非常值得一读-Embedded LINUX kernel programming, mainly to start the process contains compressed source code, very worth reading
- 2022-12-24 19:10:04下载
- 积分:1