Commit Graph

19 Commits

Author SHA1 Message Date
athre0z 9572b08daf fixed formatted printing 2015-05-21 17:35:26 +02:00
athre0z 999c105707 Merge branch 'master' into develop 2015-05-21 17:16:45 +02:00
athre0z c6511bac1d fixed travis build (hopefully #3) 2015-05-21 17:15:59 +02:00
flobernd 335f6bd81e Minor bugfixes and CustomDataSource demo
* fixed 64 bit compilation error
* added VERSIONINFO resource
* added CustomDataSource demo (disassembles hex input from the console)
2015-05-21 01:07:19 +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 292b9ea037 Improved C-bindings
* Moved C-bindings from seperate project to the core library
* Added type checks
* Added error checks to the C-bindings SimpleDemo.c
2015-05-18 02:26:18 +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
athre0z de31261273 changed VX prefix to ZyDis (scriptually) 2015-05-12 03:42:25 +02:00
Ende! f94792e4f9 added custom data source and made some fixes
- added "class" VXCustomDataSource allowing a user to write a custom data source
- increased warning level on MSVC to /W4 and resolved warnings arising from that
- added VX_UNUSED macro that allows shutting up unused-arg warnings explicitly when needed
2015-03-19 17:13:37 +01:00
Ende! c912af00f9 altered directory structure to use C implementation of library as the default 2015-03-16 16:37:15 +01:00
Ende! f71edda552 fixed some memory leaks and added NULL-checks on mallocs 2015-03-16 00:52:36 +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! 65d91d1b07 added C bindings 2015-02-06 02:28:51 +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 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