Metasm::DEX::SerialStruct
# File metasm/exe_format/dex.rb, line 247 def decode(exe, boff = nil) super(exe) @byteoff = boff @type_pairs = (1..@size.abs).map { CatchTypePair.decode(exe) } @catchalloff = exe.decode_uleb if @size <= 0 end