/usr/include/distorm64/insts.h is in libdistorm64-dev 1.7.30-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /*
insts.h
Copyright (C) 2003-2008 Gil Dabah, http://ragestorm.net/distorm/
This library is licensed under the BSD license. See the file COPYING.
*/
#ifndef INSTS_H
#define INSTS_H
#include "instructions.h"
/* Root Trie DB */
extern _InstNode Instructions;
/* 3DNow! Trie DB */
extern _InstNode Table_0F_0F;
/* NOP/XCHG instruction. */
extern _InstInfo II_90;
/* LEA instruction. */
extern _InstInfo II_8D;
/* See instructions.cpp for more info. */
#endif /* INSTS_H */
|