📄 flask.h
字号:
/* * * Authors: Michael LeMay, <mdlemay@epoch.ncsc.mil> * George Coker, <gscoker@alpha.ncsc.mil> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. */#ifndef __FLASK_H__#define __FLASK_H__#include <stdint.h>#include <xen/xen.h>#include <xen/xsm/flask_op.h>int flask_load(int xc_handle, char *buf, int size);int flask_context_to_sid(int xc_handle, char *buf, int size, uint32_t *sid);int flask_sid_to_context(int xc_handle, int sid, char *buf, int size);#endif /* __FLASK_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -