zydis/Verteron Disassembler Engine
flobernd d2e3dbabe8 Fixed instruction pointer pointing to current instead of next instruction
Added instruction address field to the VXInstructionInfo struct
Added operand access mode information to the VXOperandInfo struct
Added abstract data provider interface for the VXInstructionDecoder
Added concrete VXBufferDataProvider and VXStreamDataProvider classes
Published effectively used REX/VEX.w/r/x/b and VEX.l values in the VXInstructionInfo struct
Published extended modrm.reg/rm and sib.base/index values in the VXInstructionInfo struct
Internal changes and improvements
2014-10-27 14:10:22 +01:00
..
VXDisassembler.h Initial commit 2014-10-24 23:11:16 +02:00
VXDisassemblerTypes.h Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXInstructionDecoder.cpp Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXInstructionDecoder.h Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXInstructionFormatter.cpp Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXInstructionFormatter.h Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXOpcodeTable.cpp Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXOpcodeTable.h Fixed instruction pointer pointing to current instead of next instruction 2014-10-27 14:10:22 +01:00
VXSymbolResolver.cpp Initial commit 2014-10-24 23:11:16 +02:00
VXSymbolResolver.h Initial commit 2014-10-24 23:11:16 +02:00
Verteron Disassembler Engine.vcxproj Initial commit 2014-10-24 23:11:16 +02:00
Verteron Disassembler Engine.vcxproj.filters Initial commit 2014-10-24 23:11:16 +02:00