joeleong / ida-referee

Apache License 2.0
108 stars 28 forks source link

fix: Plugin is not working with IDA 7.3 #3

Open forkerer opened 3 years ago

forkerer commented 3 years ago

remove_ptr_or_array somehow breaks entire hex rays decompiler in the 7.3 version, this simple fix makes it work again. I'm not 100% sure that union stuff is needed for fix to work, but it seems to be related: https://github.com/joeleong/ida-referee/issues/2