⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sub-x86.h

📁 It s a Linux disassemble, can set break point, disassemble ELF file.
💻 H
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -