搜索资源列表
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11
new
- 利用c语言实现的简单队列程序,包括队列的溢出,清空等操作-C language using a simple queue procedures, including the overflow queue, clear, such as operation
BufferOverrun
- 用C++语言教大家编写缓冲区溢出程序,很实用-Using C++ language program to teach you write buffer overflows, it is useful
MSP430-C
- MSP430_C语言编程的程序堆栈溢出分析-MSP430_C language programming stack overflow analysis
buffer-overflow-attacks
- 这个文档主要是介绍如何进行缓冲区溢出攻击,内容涉及c语言和汇编语言。语言编程的书籍时通常会告诉你程序溢出后会发生不可预料的结果。在网络安全领域,缓冲区溢出利用的艺术在于让这个“不可预料的结果”变为我们期望的结果。-This is mainly talk about c and assembly language, the use of buffer overflow attacks.
mem
- 这是一段C语言程序,专门用于查找软件开发过程中遇到的内存泄露,溢出bug-This is a section of the C language program, specifically used to find memory leaks encountered in the software development process, overflow bug
WarftpPccproxy
- 用C语言编写,分别攻击了Warftp和ccproxy两个漏洞(这两个漏洞只在windows xp sp2中存在,sp3和win7已经修复。因此需要安装一个sp2的虚拟机),攻击完成后,会弹出一个攻击成功的对话框,程序比较基础,但是能够帮助初学者深刻了解缓冲区溢出的原理。-Using C language, were attacked Warftp and ccproxy two vulnerabilities (both vulnera
new100
- 利用c语言实现的简单队列程序,包括队列的溢出,清空等操作-C language using a simple queue procedures, including the overflow queue, clear, such as operation
TIMaLED
- 基于STM32F1xx系列的,Kill ARM开发环境下,用C语言编写的一个简单易懂的定时器中段溢出控制LED闪烁的程序。-Based STM32F1xx series under Kill ARM development environment using C language middle of a straightforward timer overflow control LED blinking program.
overflow
- 这是关于数组溢出的程序,是基于C#语言的-This is the array overflow program, it is based on the C# language
OVER
- 当数据溢出时,要向前加一位,其变为复数,要取反的程序!(When data overflows, add one bit to the other and change it to the plural!)
计算器
- 实现加减乘除以及开根号的简易运算,用float定义数据,程序内部没有检测数据溢出。(To achieve and open radical operation suggestions add, subtract, multiply and divide)