uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

Scale primitive type array index down #1305

Closed ptomin closed 7 months ago

ptomin commented 7 months ago

id[index * 4] -> id[index] if id is word32 *.

uxmal commented 7 months ago

You're on a roll, @ptomin! Nice work.