Metasm::DEX::SerialStruct
# File metasm/exe_format/dex.rb, line 99 def decode(exe) super(exe) @list = (1..@sz).map { MapItem.decode(exe) } end