ida-hex-highlighter
ida-hex-highlighter copied to clipboard
IDA 7.4: AttributeError: module 'ida_kernwin' has no attribute 'CK_EXTRA4'
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'
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.
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)