我最近尝试扩展我对C语言的了解,并且遇到了一个使用emit的程序,可能会发出一个字节.
__declspec(naked) void marker_begin() { __asm { _emit 0x51; _emit 0x21; _emit 0x1A; _emit 0x14; _emit 0x2C; _emit 0x5B; }
}
这可以用于什么?提前致谢.
c byte emit
byte ×1
c ×1
emit ×1