ida-hex-highlighter icon indicating copy to clipboard operation
ida-hex-highlighter copied to clipboard

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

Open lilnand opened this issue 2 years ago • 2 comments

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'

lilnand avatar Jan 29 '23 09:01 lilnand

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.

vmallet avatar Feb 01 '23 06:02 vmallet

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)

lilnand avatar Feb 05 '23 12:02 lilnand