The SETEND instruction is a 16 bit Thumb instruction which is included
in T variants of ARMv6 and above, but is not available in M-Class cores
(see ARM Compiler toolchain Assembler Reference Ver 5.0).
To be consistent with other similar instructions its group flags have
been updated to be:
{ARM_GRP_THUMB, ARM_GRP_V6, ARM_GRP_NOTMCLASS,0}
cstool.c currently imports inttypes.h, which breaks
building on older Visual Studio versions (I've been
testing 2012). This commit removes the explicit include
of inttypes.h, which is already handled in platform.h
(which is included by capstone.h). A define for the
function strtoull (used by cstool) has also been added
to platform.h for the case where MSC_VER <= 1700.
I don't know what effect this will have on OS X builds
as I'm unable to test on that platform.
Also, cstool.c doesn't need to include stdio.h
because it's already included by capstone.h.
* Add a check of MSVC variable before setting flags that link the library with the MSVC static runtime
* Move MSVC guard inside the 'foreach' loop used to force static runtime link
* Binding.README
* Binding.README
* Binding.README
* Binding.README.Ps1
* Binding.PowerShell-Script
Added script to generate compressed DLL output & update for README
* PowerShell.Binding-Rework
A rework of the pull request based on feedback for the same pull
request in Keystone
* +Get-CapstoneDisassembly
Reworked according to the module in Keystone
* Revert constant generation + Quality of service change
* Fix: cs_close -> [ref]Ptr not Ptr
* Binding.README
* Binding.README
* Binding.README
* Binding.README.Ps1
* Binding.PowerShell-Script
Added script to generate compressed DLL output & update for README
* PowerShell.Binding-Rework
A rework of the pull request based on feedback for the same pull
request in Keystone
* +Get-CapstoneDisassembly
Reworked according to the module in Keystone
* Revert constant generation + Quality of service change
* Add X86_REG_EFLAGS for X86_STC and X86_STD for full x86 instructions ; Add X86_REG_EFLAGS for X86_CLD, X86_CMC for reduce and full x86 instructions
* Add trailing zero for regs write in X86_CLC ; X86_CLD ; X86_CMC