KDJUAAALIKZDRTVNUZKXYYA5UYMZNYBCI3CCRKS4YONBVRUADPXAC
RIWSVVASWLJQQTSVRHIIUPENOZWOMHQLZMTQVGJUS2ZUGDPSWWIQC
Q7TKZCJP2Z75EICZYKCEZDHKGERSOKZGMTSU3UXETBHTF663T66AC
decode_offsets(int fd, struct offsets *off)
change_decode_offsets(int fd, struct offsets *off)
read_contents(int fd, struct offsets *off)
change_read_contents(int fd, struct offsets *off)
/** Success! decompressed all that we wanted */ dump_buf("contents", buf, off->contents_len);
/** Success! decompressed all that we wanted */
dump_buf("contents", buf, off->contents_len);
err = decode_offsets(fd, &off);
err = change_decode_offsets(fd, &off);
contents = read_contents(fd, &off);
contents = change_read_contents(fd, &off); dump_buf("contents", contents, off.contents_len); free(contents);
contents = change_read_contents(fd, &off);
dump_buf("contents", contents, off.contents_len);
free(contents);