as3 bytecode
i hv been working on the as3 bytecode which i retrieved form a swf created using as3!when i went through the abc(as3 bytecode) file structure i came across a cpool_info structure which is composed of an element called the 'integer' which specifies the integer constants used which is specified using a integer array having integer values at respective offsets.My problem is that when i went through the count of the number of integers used, it turned out to be greater than the number of bytes which are actually designated for the whole of the bytecode! How am i supposed to find out the integer count in this case?