摘要:
第1章:起点Chunks: 语句块每个语句结尾的分号是可选的,如果同一行有多个语句最好使用分号分隔;dofile("lib1.lua") -- 执行lua文件全局变量:局部变量用local修饰,否则就是全局变量保留字: if then else elseif end and or not fucti... 阅读全文
posted @ 2015-11-15 22:28
Through
阅读(308)评论(0)推荐(0)
摘要:
还是学习VLD2.X版本看到的:在Windows XP及之前的操作系统没有提供GetProcessIdOfThread的API,这里给出了一个替代的实现方式:头文件:#if _WIN32_WINNT < 0x0600 // Windows XP or earlier, no GetProcessId... 阅读全文
posted @ 2015-11-14 22:39
Through
阅读(890)评论(0)推荐(0)
摘要:
0X01 关闭FPO优化// Frame pointer omission (FPO) optimization should be turned off for this// entire file. The release VLD libs don't include FPO debug inf... 阅读全文
posted @ 2015-11-09 22:37
Through
阅读(430)评论(0)推荐(0)