2009关于编程的收藏
编程的首要原则是什么
学习一项知识,必须问自己三个重要问题:1. 它的本质是什么。2. 它的第一原则是什么。3. 它的知识结构是怎样的。
WIN32汇编中如何实现隐藏任务栏
Creates a tool window; that is, a window intended to be used as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar, and the window title is drawn using a smaller font. A tool window does not appear in the taskbar or in the dialog that appears when the user presses ALT+TAB. If a tool window has a system menu, its icon is not displayed on the title bar. However, you can display the system menu by right-clicking or by typing ALT+SPACE.
在CreateWindowEx创建窗口的时候在第一个参数(dwExStyle)中指定WS_EX_TOOLWINDOW。
C程序VC++里编译
C和VC++的一点点小区别
断点心得
关于设置断点的一点心得。
converting memory to string
数据传送?通信?
谈谈intel x86提供的Branch Trace Store的功能
来自看雪论坛逆向分析基础。Branch Trace Store(BTS)是目前广泛被intel CPU所提供的一种硬件辅助调试功能。
作者写得不是很清楚,三个例子还是值得收藏。
javascript 变量作用域
太多字了!但是是google搜索前几名中排版比较好的一个。对照上一个看,可以有更准确的理解。

Leave a comment