sub-x86.h
来自「It s a Linux disassemble, can set break 」· C头文件 代码 · 共 30 行
H
30 行
/* * libDebug * * Copyright (C) 2000 Patrick Alken * This library comes with absolutely NO WARRANTY * * Should you choose to use and/or modify this source code, please * do so under the terms of the GNU General Public License under which * this program is distributed. * * $Id: sub-x86.h,v 1.2 2004/09/11 05:17:15 pa33 Exp $ */#ifndef INCLUDED_sub_x86_h#define INCLUDED_sub_x86_hstruct OpSub{ unsigned int byte; /* first byte of opcode */ int digit; /* ModR/M digit or -1 */ unsigned int oplen; /* total opcode length */};/* * Prototypes */int IsSubroutine(unsigned char *buf);#endif /* INCLUDED_sub_x86_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?