Commit Graph

15 Commits

Author SHA1 Message Date
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
Ende! c912af00f9 altered directory structure to use C implementation of library as the default 2015-03-16 16:37:15 +01:00
Ende! 30b60c7dc4 fixed build with clang 2015-03-16 14:32:27 +01:00
Ende! 86b88d2e6b corrected some "static" declarations 2015-03-16 14:12:18 +01:00
Ende! 6f0bfdbb06 added basic support for compilation as a shared library 2015-03-16 13:44:18 +01:00
Ende! f71edda552 fixed some memory leaks and added NULL-checks on mallocs 2015-03-16 00:52:36 +01:00
Ende! d851e83a59 implemented VXCustomSymbolResolver
made internal routines in VXInstructionFormatterC.c static
2015-03-16 00:09:31 +01:00
Ende! ff09bd32eb made c "bindings" independent from c++ library 2015-03-15 23:28:54 +01:00
Ende! a51c9085e6 added documentation to VXInstructionFormatterC.h 2015-03-12 22:11:00 +01:00
Ende! 76bd456544 Merge branch 'develop' of github.com:flobernd/verteron-disassembler-engine into develop 2015-03-12 18:51:38 +01:00
Ende! 343aa50bba added documentation to VXInstructionDecoderC.h 2015-03-11 20:04:04 +01:00
Ende! 00512817d2 added support for custom symbol resolvers 2015-02-19 03:22:37 +01:00
Ende! c672c7a9fc implemented CBindings/test.c
fixed a few bugs in the C bindings encountered while implementing the test
2015-02-07 01:09:27 +01:00
Ende! 7af8c0e38b fixed build with apple-clang 2015-02-06 03:16:39 +01:00
Ende! 65d91d1b07 added C bindings 2015-02-06 02:28:51 +01:00