Sha256: fc7e683fcb5134a7fafe042010dfc976556f07ac7ef7788a9f1afe93fb49760a
Contents?: true
Size: 738 Bytes
Versions: 80
Compression:
Stored size: 738 Bytes
Contents
/* operands.h diStorm3 - Powerful disassembler for X86/AMD64 http://ragestorm.net/distorm/ distorm at gmail dot com Copyright (C) 2003-2016 Gil Dabah This library is licensed under the BSD license. See the file COPYING. */ #ifndef OPERANDS_H #define OPERANDS_H #include "config.h" #include "decoder.h" #include "prefix.h" #include "instructions.h" extern uint32_t _REGISTERTORCLASS[]; int operands_extract(_CodeInfo* ci, _DInst* di, _InstInfo* ii, _iflags instFlags, _OpType type, _OperandNumberType opNum, unsigned int modrm, _PrefixState* ps, _DecodeType effOpSz, _DecodeType effAdrSz, int* lockableInstruction); #endif /* OPERANDS_H */
Version data entries
80 entries across 80 versions & 1 rubygems