capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.27k stars 1.53k forks source link

Capstone 4 fails to build when targeting UWP #1420

Closed ceeac closed 5 years ago

ceeac commented 5 years ago

Capstone fails to build when TMS320C64X support is enabled when targeting UWP via Visual Studio because using strcpy is flagged as an error.

Steps to reproduce:

aquynh commented 5 years ago

Do you mean version 4.0.1?

Can you send a pull req to fix this?

ceeac commented 5 years ago

Yes, I tried the latest v4 branch. I have not yet tried the next branch so I don't know if the same issue exists there.