摘要: 豆瓣链接:http://book.douban.com/review/7548326/ 阅读全文
posted @ 2015-07-26 12:48 xjs_xjtu 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1. MotivationsSometimes, we need to execute something before and after main(), such as:I want to simulate a construtor & destructor in C. I need the i... 阅读全文
posted @ 2015-07-24 17:28 xjs_xjtu 阅读(398) 评论(0) 推荐(0) 编辑
摘要: SummaryGdb CommandAbbreviation commandDescriptiongdb ./binary_namestart gdbruncommand_liner command_lineStart the program being debugged, possibly wit... 阅读全文
posted @ 2015-07-06 18:24 xjs_xjtu 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 int main(int argc, char** argv) 5 { 6 int i; 7 int a[10]; 8 for (i = 0; i < 9; i++) 9 a[i] = i;10 11 for (i ... 阅读全文
posted @ 2015-06-03 17:51 xjs_xjtu 阅读(469) 评论(0) 推荐(0) 编辑
摘要: IntroductionBuffer overflow/underflow frequently happens when we did something wrong with the array index, no matter the array is heap or stack, no ma... 阅读全文
posted @ 2015-05-29 17:14 xjs_xjtu 阅读(3296) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-04-23 17:22 xjs_xjtu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: APUE: Advance Programming in the Unix EnviromentULK : Undertanding the Linux Kernel一直想读这两本书,希望对Linux有更多的了解,尤其是memory management & multi-process/thread... 阅读全文
posted @ 2015-02-09 19:41 xjs_xjtu 阅读(387) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-01-10 11:35 xjs_xjtu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: OverviewSometimes, we need to lock the cpu freq, so that:profile source code with timer functionsetc.PreconditionNeed super user permision.Androiddevi... 阅读全文
posted @ 2015-01-05 14:21 xjs_xjtu 阅读(575) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-12-28 20:13 xjs_xjtu 阅读(5) 评论(0) 推荐(0) 编辑