uxmal / reko

Reko is a binary decompiler.

Home Page:https://uxmal.github.io/reko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ptomin opened this issue · comments

See following unit test:

m.MStore(m.IAdd(r0, m.IAdd(m.IMul(r2, 8), 4)), m.Word32(2));

Expected: a + r1
But was: a + r1 * 0x20