📄 myshell.h
字号:
#ifndef _My_Shell_Sdk_
#define _My_Shell_Sdk_
#define My_Shell_CRYPT_BEGIN \
__asm _emit 0xEB \
__asm _emit 0x08 \
__asm _emit 0xEB \
__asm _emit 0x05 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x89 \
__asm _emit 0x01
#define My_Shell_CRYPT_END \
__asm _emit 0xEB \
__asm _emit 0x08 \
__asm _emit 0xEB \
__asm _emit 0x05 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x90 \
__asm _emit 0x99 \
__asm _emit 0x01
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -