Commit Graph

15 Commits

Author SHA1 Message Date
Ende! 9d5e02ebcb Merge branch 'develop' into c_bindings 2015-02-06 03:06:18 +01:00
Ende! 65d91d1b07 added C bindings 2015-02-06 02:28:51 +01:00
Ende! ead4f07fae fixed build on apple-clang 2015-02-05 12:39:16 +01:00
Ende! 60f05ef1ec cleaned up some includes 2015-02-04 22:08:16 +01:00
Ende! 8cfc7e90e3 added CMakeLists.txt for cross-platform builds
minor code changes to be standard-conform
2014-11-17 20:54:30 +01:00
flobernd 319fe310e6 Removed the "Disassembler" namespace
Added experimental Clang compiler support
2014-11-03 15:15:48 +01:00
flobernd 11cb62c1ed Improved formatter performance
Added symbol resolver example
2014-11-01 03:42:37 +01:00
flobernd 9c52df0fe4 Fixed readme 2014-10-30 16:41:53 +01:00
flobernd 2933d1683b Improved the intel instruction formatter
Some minor bugfixes
2014-10-30 16:36:25 +01:00
flobernd e31a9119ff Added performance test
Some minor bugfixes
2014-10-30 01:00:05 +01:00
flobernd 5b7cc47794 Reorganized files 2014-10-29 23:26:17 +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 2fbefa36ba Fixed a few instruction definitions 2014-10-25 01:53:14 +02: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