1 Star 0 Fork 0

我就静静看着你装/capstone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MCDisassembler.h 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nguyen Anh Quynh 提交于 2015-03-04 17:45 . 2015
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
#ifndef CS_MCDISASSEMBLER_H
#define CS_MCDISASSEMBLER_H
typedef enum DecodeStatus {
MCDisassembler_Fail = 0,
MCDisassembler_SoftFail = 1,
MCDisassembler_Success = 3,
} DecodeStatus;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i_just_looked_at_you_in_silence/capstone.git
git@gitee.com:i_just_looked_at_you_in_silence/capstone.git
i_just_looked_at_you_in_silence
capstone
capstone
master

搜索帮助