Commit Graph

  • 292b9ea037 Improved C-bindings flobernd 2015-05-18 02:26:18 +0200
  • 5400ff3772 Merge branch 'develop' of github.com:flobernd/verteron-disassembler-engine into develop athre0z 2015-05-16 05:25:22 +0200
  • 8837a61d82 updated CMakeLists.txt, fixed warnings athre0z 2015-05-16 05:25:11 +0200
  • ad845a1dae Minor readme changes flobernd 2015-05-16 05:06:52 +0200
  • 4676a8b2d7 Project name changed and C-Bindings reverted flobernd 2015-05-16 05:05:17 +0200
  • de31261273 changed VX prefix to ZyDis (scriptually) athre0z 2015-05-12 03:42:25 +0200
  • 7e26fa1683 introduced custom instruction formatters Ende! 2015-03-19 21:05:14 +0100
  • b93ddf848b fixed potential memory leak Ende! 2015-03-19 19:30:25 +0100
  • f94792e4f9 added custom data source and made some fixes Ende! 2015-03-19 17:13:37 +0100
  • 9e2cceb2be ported doxygen comments for internal functions from C++ headers to C sources Ende! 2015-03-19 15:14:47 +0100
  • 0df2deb78a cosmetic changes flobernd 2015-03-18 16:53:49 +0100
  • 48fd678632 fixed data source position not beeing correct if the end of the input was reached while decoding an invalid instruction flobernd 2015-03-18 16:21:09 +0100
  • a4b07c6f83 fixed build with clang (again..) Ende! 2015-03-16 19:06:37 +0100
  • 7e61d260df CMakeLists.txt now orders MSVC to statically link against the CRT when we build a static library Ende! 2015-03-16 18:30:14 +0100
  • f845185fa1 improved build when compiling shared libraries Ende! 2015-03-16 17:58:07 +0100
  • c912af00f9 altered directory structure to use C implementation of library as the default Ende! 2015-03-16 16:37:15 +0100
  • 30b60c7dc4 fixed build with clang Ende! 2015-03-16 14:32:27 +0100
  • 86b88d2e6b corrected some "static" declarations Ende! 2015-03-16 14:12:18 +0100
  • 6f0bfdbb06 added basic support for compilation as a shared library Ende! 2015-03-16 13:44:18 +0100
  • f71edda552 fixed some memory leaks and added NULL-checks on mallocs Ende! 2015-03-16 00:52:36 +0100
  • d851e83a59 implemented VXCustomSymbolResolver made internal routines in VXInstructionFormatterC.c static Ende! 2015-03-16 00:09:31 +0100
  • ff09bd32eb made c "bindings" independent from c++ library Ende! 2015-03-15 23:28:54 +0100
  • a51c9085e6 added documentation to VXInstructionFormatterC.h Ende! 2015-03-12 22:11:00 +0100
  • 76bd456544 Merge branch 'develop' of github.com:flobernd/verteron-disassembler-engine into develop Ende! 2015-03-12 18:51:38 +0100
  • 343aa50bba added documentation to VXInstructionDecoderC.h Ende! 2015-03-11 20:04:04 +0100
  • 00512817d2 added support for custom symbol resolvers Ende! 2015-02-19 03:22:37 +0100
  • c672c7a9fc implemented CBindings/test.c fixed a few bugs in the C bindings encountered while implementing the test Ende! 2015-02-07 01:09:27 +0100
  • 7af8c0e38b fixed build with apple-clang Ende! 2015-02-06 03:16:39 +0100
  • 9d5e02ebcb Merge branch 'develop' into c_bindings Ende! 2015-02-06 03:06:18 +0100
  • 65d91d1b07 added C bindings Ende! 2015-02-06 02:28:51 +0100
  • ead4f07fae fixed build on apple-clang Ende! 2015-02-05 12:39:16 +0100
  • 60f05ef1ec cleaned up some includes Ende! 2015-02-04 22:08:16 +0100
  • 8cfc7e90e3 added CMakeLists.txt for cross-platform builds minor code changes to be standard-conform Ende! 2014-11-17 20:54:30 +0100
  • 634f927df7 Merge pull request #3 from flobernd/develop Florian Bernd 2014-11-03 15:19:21 +0100
  • 319fe310e6 Removed the "Disassembler" namespace Added experimental Clang compiler support flobernd 2014-11-03 15:15:48 +0100
  • 11cb62c1ed Improved formatter performance Added symbol resolver example flobernd 2014-11-01 03:42:37 +0100
  • 01c42acc7e Merge pull request #2 from flobernd/develop Florian Bernd 2014-10-30 16:44:01 +0100
  • 9c52df0fe4 Fixed readme flobernd 2014-10-30 16:41:53 +0100
  • 2933d1683b Improved the intel instruction formatter Some minor bugfixes flobernd 2014-10-30 16:36:25 +0100
  • e31a9119ff Added performance test Some minor bugfixes flobernd 2014-10-30 01:00:05 +0100
  • 5b7cc47794 Reorganized files flobernd 2014-10-29 23:26:17 +0100
  • 7712867589 Merge pull request #1 from flobernd/develop Florian Bernd 2014-10-27 14:22:34 +0100
  • 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 flobernd 2014-10-27 14:10:22 +0100
  • 2fbefa36ba Fixed a few instruction definitions flobernd 2014-10-25 01:53:14 +0200
  • 9255a9c6a1 Initial commit flobernd 2014-10-24 23:11:16 +0200
  • 6632e73200 Initial commit Florian Bernd 2014-10-24 23:05:43 +0200