Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for capstone 4.0.1 #4

Open
remexre opened this issue Apr 22, 2020 · 3 comments
Open

Update for capstone 4.0.1 #4

remexre opened this issue Apr 22, 2020 · 3 comments

Comments

@remexre
Copy link

remexre commented Apr 22, 2020

No description provided.

@nganhkhoa
Copy link

So I was just try to use Haskell with Capstone. I note the problems here for reference:

In the capstone source, there is a union with no name, unamed union. c2hs build will fail on this case, because the current c2hs version is 0.28.6 released 2018 while support for unamed union is merged in the master branch in 2019 but not released yet. haskell/c2hs#233.

We may need to reference a c2hs commit and update the code to parse unamed union. After that, resolve any new issue.

@nganhkhoa
Copy link

So here is the code of capstone v4.0.1 as a reference.

@XVilka
Copy link

XVilka commented Jul 5, 2023

Capstone 5.0 is about to be released, it's better to target it instead:

There is also a huge project to automate updates for different architectures to stay relevant with minimum effort, but it will bring some API differences: capstone-engine/capstone#2015

Please let us know if you have any feedback about the current state or the auto-sync project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants