Blood Pill - added a very basic -i (include) and -x (exclude) switches to -bigfile -unpack. With support of hash lookups, types lookups, * and ? wildcards.Examples: -i#2D00066D : select entry with hash name 2D00066D; -i$raw : select raw types; -i*.tim : select all entries matching *.tim; -i*?a.vag : select all entries matching *?a.vag.Sequence is first-match. So -i#2D00066D -x#2D00066D will include entry 2D00066D, -x#2D00066D -i#2D00066D will exclude it.