搜索资源列表
bufferoverflow
- 缓冲区溢出主要是一个 C/C++ 问题,这里提供几种解决方法-Buffer overflow is primarily a C/C++ question, here are several solutions
Analysis-on-Calling-the-Lib
- 首先介绍缓冲区溢出机制和基于缓冲区溢出的攻击形式,从C程序员的角度讨论了三类常用的库函数在调用时可能引发的安全问题,并详细分析了缓冲区溢出的内在原因及可能被利用的攻击方法。如果在编程时能针对这些库函数的调用有意识地采取应对措施,无疑将减少缓冲区溢出漏洞,提高程序的安全性能。- Firstly the paper introduces buffer overflow and the potential attack based on it, then from the view of a C pr
stack-overflow
- 关于堆栈溢出的问题,了解堆栈、运行时堆栈的分配、堆栈溢出以及如何利用堆栈溢出-About stack overflow problems, understand the stack, run-time stack allocation, stack overflow and how to use a stack overflow
Android_async_webimage_loader
- 安卓开发中异步加载网络图片的教程文档,包括解决内存溢出问题的方法,源自IT168-Andrews developing asynchronous loading web graphics tutorial document, including addressing memory overflow problem, from IT168
11-fixedpointarithmetic
- Also called Q-formatFractional representation suitable for DSP algorithms.Fractional number range is between 1 and -1 Multiplying a fraction by a fraction always results in a fraction and will not produce an overflow (e.g., 0.99 x 0.9999 less than 1)
