Commit Graph

14 Commits

Author SHA1 Message Date
flobernd 52dd9fac89 Fixed CMake file 2016-06-20 01:33:29 +02:00
flobernd 7c9a6db6af Initial version 2.0 release 2016-05-25 21:25:48 +02:00
athre0z f377f7b559 use an example with a little more interesting output 2016-04-15 22:11:49 +02:00
Ingve Vormestrand 92715986fa Added sample output to README 2016-04-06 00:15:12 +02:00
athre0z 2070b7a427 improved documentation and README.md 2015-05-22 17:23:32 +02:00
flobernd 1e51b9a69d Fixed readme 2015-05-21 22:59:24 +02:00
flobernd 7caec91207 Improved C-bindings again
* Implemented API for custom data souces
* Internal changes
2015-05-19 21:45:53 +02:00
flobernd ad845a1dae Minor readme changes 2015-05-16 05:06:52 +02:00
flobernd 4676a8b2d7 Project name changed and C-Bindings reverted
* 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)
2015-05-16 05:05:17 +02:00
flobernd 319fe310e6 Removed the "Disassembler" namespace
Added experimental Clang compiler support
2014-11-03 15:15:48 +01:00
flobernd 9c52df0fe4 Fixed readme 2014-10-30 16:41:53 +01:00
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
flobernd 9255a9c6a1 Initial commit 2014-10-24 23:11:16 +02:00
Florian Bernd 6632e73200 Initial commit 2014-10-24 23:05:43 +02:00