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

Multidimensional array can not be reconstructed if memory accesses are done at another statements #1314

Open ptomin opened 5 months ago

ptomin commented 5 months ago

See following unit test: https://github.com/uxmal/reko/blob/7e783de18f909c85ff8a446351439aa67c92957b/src/UnitTests/Decompiler/Typing/TypedExpressionRewriterTests.cs#L1703 Expected: a + r1 But was: a + r1 * 0x20