unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

unicorn for cygwin #1927

Open guard-wait opened 4 months ago

guard-wait commented 4 months ago

When I use pip install unicorn on Cygwin platform,I found this issue. image I then manually installed config-host.h and copied it from unicorr-2.0.1.post1 /src/msvc to src/qemu/include/qemu, and the issues seemed to be resolved.But a new problem has emerged. image So what should I do,sir?I installed it on both Windows and Linux with no problem.But I want to use gef for gdb on windows,so I must install it on cygwin.

wtdcode commented 4 months ago

Personally I recommend you using WSL2.

For cygwin we lack testing for a long time and its priority is not very high because few people uses it.