joeleong / ida-referee

Apache License 2.0
108 stars 28 forks source link

IDA 7.3 union's cause INTERR 50719? #2

Open joeleong opened 4 years ago

joeleong commented 4 years ago

Seems like it used to accidentally support some unions, but 7.3 breaks it and causes decompilation to fail.

forkerer commented 3 years ago

https://github.com/joeleong/ida-referee/pull/3 a fix, spent few hours debugging and it seems to be caused by the remove_ptr_or_array call

urielmalin commented 6 months ago

Seems like in the transition from IDA 8.3 to IDA 8.4 this remove_ptr_or_array always causes decompilation to fail