Washi1337 / OldRod

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

Add restoration of Ldelema OpCode. #43

Closed ElektroKill closed 2 years ago

ElektroKill commented 2 years ago

KoiVM emits a call to "Address" member of an array type when ldelema OpCode is encountered. See https://github.com/yck1509/KoiVM/blob/master/KoiVM/ILAST/Transformation/ArrayTransform.cs#L72-L80.