[Soot-list] Decoding CodeAttribute in the VM

Chris Pickett chris.pickett at mail.mcgill.ca
Wed Apr 12 14:28:11 EDT 2006


On Wed, April 12, 2006 2:13 am, Sébastien wrote:
> In the following byte array,
>
>
> 0 2 0 18 0 0 35 0
>
>
>
> 0 2 = the number of tags.
>
> 0 18 0 = my first tag.
>
> 0 35 0 = my second tag.
>
>
>
> Is that exact?

Yes.

>
>
>
>
> Is the 0 in front of each information only a separator?

No, the pc is a 2-byte value.

Cheers,
Chris



More information about the Soot-list mailing list