chcp code page

chcp Changes the active console code page. If used without parameters, chcp displays the number of the active console code page. The following table defines the available code page identifiers. Note   […]

TLS for windows

前一段时间在linux上简单试了一下TLS,今天在windows平台上再看看TLS,但是今天不去观察TLS在代码中实际的效果,我只要查看生成的PE程序中TLS的状态。如下,先写一段非常简单的代码:

这里面什么都没有做,只是定义了一个变量,然后build,通过CFF查看生成的exe中的section信息:     […]