capstone/windows
Michael Bikovitsky d422c0242c 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
..
README port Windows driver support 2016-05-11 21:48:32 -07:00
winkernel_mm.c Fix user data alignment in MEMBLOCK (#1471) 2019-05-09 10:24:47 +08:00
winkernel_mm.h fix typo, style 2016-09-28 07:33:14 -07:00

This directory contains code specific to Windows platforms.