Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
350 stars 80 forks source link

Set correct expression type when creating `ldlen` expression. #52

Closed ElektroKill closed 2 years ago

ElektroKill commented 2 years ago

Previously the code would use the type of the array element which doesn't match the spec. ldlen always pushes a I4 value to the stack.