flobernd
bd38d86986
Updated CMake file and Zydis features
2017-06-21 18:25:53 +02:00
flobernd
839729bfb2
Merge branch 'develop' of github.com:zyantific/zyan-disassembler-engine into develop
2017-04-09 22:57:30 +02:00
flobernd
b4f2d3bc62
CMake bugfix and cosmetical changes to the README file
2017-04-09 22:54:53 +02:00
Joel Höner
0376376b83
Temp. disabled encoder, updated CMake defaults
2017-04-08 19:36:43 +02:00
Joel Höner
3d2365b6ed
Added encoder stub, made decoder input const
2017-01-12 15:12:09 +01:00
Joel Höner
4d0caac923
Fixed build for tools
2017-01-11 12:18:26 +01:00
flobernd
9804bf1d3e
Fixed CMake file
2017-01-11 11:51:18 +01:00
Joel Höner
c11929a5f7
Prefixed CMake options
2017-01-10 06:01:04 +01:00
Joel Höner
2e11b44ddf
Minor CMake and C++ compatibility fixes
2017-01-06 02:06:08 +01:00
flobernd
d4dd176438
Refactorings and bugfixes
...
- Added support for the BOUND prefix
- Added support for more detailed operand-actions (read, write, readwrite, cond. read, cond. write, read + cond. write, write + cond. read)
- Added operand-visibility info (explicit, implicit, hidden)
- Fixed some bugs in the prefix-decoding routines
- Removed stdbool.h dependency and introduced custom boolean-type for better portability
2016-12-05 02:24:01 +01:00
flobernd
816bb570c7
Complete rewrite of the instruction-formatter
...
- Added hooking functionality to support custom instruction-formatting
- Added FormatterHooks demo that demonstrates the hooking functionality
InstructionEditor:
- Fixed issues with still non-deterministic output on code-generation
2016-11-26 13:08:37 +01:00
flobernd
3f09ffca69
Minor refactorings and further preparation for advanced features
2016-11-11 22:03:26 +01:00
flobernd
2472a86405
Merge branch 'develop' of github.com:zyantific/zyan-disassembler-engine into develop
2016-09-13 05:27:20 +02:00
Joel Höner
589c4ae691
added stuff forgotten in previous commit
2016-08-28 23:12:40 +02:00
flobernd
a6e76d81b4
Preparations for optional feature support
2016-08-23 15:57:38 +02:00
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
flobernd
02d0d84c68
Minor bugfixes
2015-05-21 21:42:06 +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
athre0z
7bb3e582b1
fixed build with clang
2015-05-20 00:44:28 +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
athre0z
8837a61d82
updated CMakeLists.txt, fixed warnings
2015-05-16 05:25:11 +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!
7e61d260df
CMakeLists.txt now orders MSVC to statically link against the CRT when we build a static library
2015-03-16 18:30:14 +01:00
Ende!
f845185fa1
improved build when compiling shared libraries
2015-03-16 17:58:30 +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!
6f0bfdbb06
added basic support for compilation as a shared library
2015-03-16 13:44:18 +01:00
Ende!
ff09bd32eb
made c "bindings" independent from c++ library
2015-03-15 23:28:54 +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
Ende!
8cfc7e90e3
added CMakeLists.txt for cross-platform builds
...
minor code changes to be standard-conform
2014-11-17 20:54:30 +01:00