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

IDA 7.4: AttributeError: module 'ida_kernwin' has no attribute 'CK_EXTRA4' #2

Open
lilnand opened this issue Jan 29, 2023 · 2 comments

Comments

@lilnand
Copy link

lilnand commented Jan 29, 2023

this plugin doesn't work for IDA Pro 7.4
there is an error with the background const

AttributeError: module 'ida_kernwin' has no attribute 'CK_EXTRA4'

@vmallet
Copy link
Owner

vmallet commented Feb 1, 2023

Hmm I don't have access to 7.4 but if this is missing, more things related to line rendering might be missing. You attempt to patch the file and replace CK_EXTRA4 with 85 (the actual value) but I would expect other things to break. If you do try please let me know what happens.

@lilnand
Copy link
Author

lilnand commented Feb 5, 2023

I tried to patch the files where CK_EXTRA4 mentioned with the value 85, after reloading IDA the plugin loaded successfully but the background highlighting doesn't work. (it is do nothing)

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

2 participants