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

Fix capstone_test.c #2059 #2060

Merged
merged 4 commits into from Jun 24, 2023
Merged

Conversation

imbillow
Copy link
Contributor

@imbillow imbillow commented Jun 23, 2023

closes #2059
closes #2058

@imbillow
Copy link
Contributor Author

@kabeor take a took please.

@kabeor
Copy link
Member

kabeor commented Jun 23, 2023

Great! Thanks for your time:)

@kabeor
Copy link
Member

kabeor commented Jun 23, 2023

+ cd /src/capstonenext/suite
+ mkdir fuzz/corpus
+ find MC/ -name '*.cs'
+ ./test_corpus.py
Traceback (most recent call last):
  File "./test_corpus.py", line 5, in <module>
    from capstone import *
  File "build/bdist.linux-x86_64/egg/capstone/__init__.py", line 388, in <module>
  File "build/bdist.linux-x86_64/egg/capstone/tricore.py", line 5, in <module>
  File "build/bdist.linux-x86_64/egg/capstone/tricore_const.py", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/capstone/__init__.py", line 388, in <module>
ImportError: cannot import name tricore

@@ -110,6 +110,8 @@
'CS_OPT_ON',
'CS_OPT_OFF',

'CS_OPT_MEM',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be CS_OP_MEM?

Copy link
Contributor Author

@imbillow imbillow Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just saw that this has been fixed in your autosync branch.

My mistake, I was too careless.

@Rot127
Copy link
Collaborator

Rot127 commented Jun 23, 2023 via email

@kabeor
Copy link
Member

kabeor commented Jun 24, 2023

Nice, Merged.

@kabeor kabeor merged commit d971234 into capstone-engine:next Jun 24, 2023
6 checks passed
@imbillow imbillow deleted the fix-capstone-test branch November 20, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants