capstone/contrib
Michael Bikovitsky 5e43a5a438 Fix user data alignment in MEMBLOCK (#1471)
* Fix user data alignment in MEMBLOCK

Kernel memory allocations on Windows should be aligned on MEMORY_ALLOCATION_ALIGNMENT (16 bytes on x64 and 8 bytes on x86).

* Fix user data alignment in CS_WINKERNEL_MEMBLOCK
2019-05-09 10:24:47 +08:00
..
cs_driver fix typo, style 2016-09-28 07:33:14 -07:00
m68k_instruction_tbl_gen Made instruction table static (#1408) 2019-03-02 10:53:30 +08:00
objdump Fix typo in m68k constant for immediate operand. 2016-06-15 08:25:59 +02:00
riscv_update add riscv cmake support & using static array contain temp string for riscv (#1435) 2019-03-20 23:19:26 +08:00
sysz_update Update SystemZ to LLVM commit 5ad902a6 (#1306) 2018-12-16 21:48:51 +08:00
windows_kernel Fix user data alignment in MEMBLOCK (#1471) 2019-05-09 10:24:47 +08:00
README add contrib/ directory 2014-05-31 12:07:25 +08:00

This directory contains contributions that do not belong to the core engine.
Code here might be helpful for those who want to integrate Capstone into
their own projects.

The license of these code was defined by their authors.