capstone/contrib
Michael Bikovitsky e05af7acd2 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 09:23:46 +07:00
..
cs_driver fix typo, style 2016-09-28 07:33:14 -07:00
objdump Fix typo in m68k constant for immediate operand. 2016-06-15 08:25:59 +02: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 09:23:46 +07:00
README add contrib/ directory 2014-05-31 12:07:25 +08:00

README

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.