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

WARNING | 2018-07-16 17:19:33,677 | angr.analyses.disassembly_utils | Your version of capstone does not support MIPS instruction groups. #18

Closed
xjtuncy opened this issue Jul 16, 2018 · 2 comments

Comments

@xjtuncy
Copy link

xjtuncy commented Jul 16, 2018

When I run the example plot_cdg_example.py, it warning :angr.analyses.disassembly_utils | Your version of capstone does not support MIPS instruction groups. And the node in simple1_cdg.png doesn't contains the MIPS instruction.
simple1_cdg

@axt
Copy link
Owner

axt commented Aug 10, 2018

Hi! Sorry, somehow I missed the email notification about this issue, just stumbled upon it now.
If the problem still exists, and you can send me the binary that produces this problem, I can have a look at it.

@axt axt closed this as completed Oct 3, 2018
@Ch111p
Copy link

Ch111p commented Jun 10, 2020

Hi. It Seems like I met the same problem like this.
I tried the example binary ais3-crackme, and the same code in README, But the output just like
ais3_cfg.png
I was thought it's might be caused by the different version of capstone, at first the version is 4.0.2, so i tried to switched to capstone 3.0.5, but in that version it can't even run. Said "module 'arm' has no attribute 'ARM_GRP_CALL'", So I changed to capstone 4.0.1 But it still can't works. The output is just like the pitcure. I'm sure asminst is True while running.
The OS is Ubuntu18, WSL1.

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