Example #1
0
 @Nonnull
 public byte[] getSignature() {
   return dexFile.readByteRange(SIGNATURE_OFFSET, SIGNATURE_SIZE);
 }