Open syheliel opened 2 years ago
By the way, I can find it in my local machine and in docker. I have no idea why it is missing in github action
The files in /usr/include/
are provided by your operating system packages. Perhaps the github action is using an older OS (Ubuntu 20.04) that is using an older version of capstone. Did you try using a more recent OS (e.g. Ubuntu 22.04)?
What OS is in your local machine/docker?
Does your code compile there?
Did you include the necessary header.
my local machine and docker both using ubuntu 22.04 and the github action failed in both of ubuntu 20 and 22. How can I get some debug information? like capstone's version or sth else.
I have a project relies on capstone. I install the capstone through
libcapstone-dev
. ButX86_INS_ENDBR64
is missing inusr/include/capstone/x86.c
. You can check my github action log in https://github.com/syheliel/StochFuzzplusplus/actions/runs/3168954801/jobs/5160525653, theprint keystone
section(sorry for typo) print the content ofusr/include/capstone/x86.c
.