* Changed project name to Zydis
* Removed Zydis (former VX) prefix from classes and enums
* Renamed Verteron namespace to Zydis
* Reverted C-Bindings back to the old solution
* C-Bindings are now based on the C++ source again (and not the other way around)
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