摘要:
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... 阅读全文
摘要:
SummaryGdb CommandAbbreviation commandDescriptiongdb ./binary_namestart gdbruncommand_liner command_lineStart the program being debugged, possibly wit... 阅读全文
摘要:
IntroductionBuffer overflow/underflow frequently happens when we did something wrong with the array index, no matter the array is heap or stack, no ma... 阅读全文
摘要:
APUE: Advance Programming in the Unix EnviromentULK : Undertanding the Linux Kernel一直想读这两本书,希望对Linux有更多的了解,尤其是memory management & multi-process/thread... 阅读全文
摘要:
OverviewSometimes, we need to lock the cpu freq, so that:profile source code with timer functionsetc.PreconditionNeed super user permision.Androiddevi... 阅读全文