2009年10月28日
摘要: Print formatted data to stdout Writes to the standard output (stdout) a sequence of data formatted as the format argument specifies. After the format parameter, the function expects at least as many a... 阅读全文
posted @ 2009-10-28 19:30 lbsx 阅读(966) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/Call_stackhttp://en.wikipedia.org/wiki/Stack_buffer_overflowStack_buffer_overflow里提到的frame pointer 的位置不一样,不同的系统实现应该是不一样的。 运行时的栈是从高地址向低地址分配的,堆是从低地址向高地址分配的,如:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1intmain(){2in 阅读全文
posted @ 2009-10-28 19:25 lbsx 阅读(405) 评论(0) 推荐(0)