Test Hello World 10月 10, 2019 标题测试代码高亮测试 123456789101112BOOL CheckDebug(){ int result = 0; __asm { mov eax, fs:[30h] mov eax, [eax + 68h] and eax, 0x70 mov result, eax } return result != 0;}