Probably a funny bunny, or cute rabbit thing.
cjeremy,for EPScan to work,unless all exes in the same folder share a common ep true sig,
you get tons of ?? wildcards...ie.then you have to move out of the folder exes one by one,
in order to spot which one is causing the 'trouble'...
To make the sig above,I used two semi-automated tools,
along with PEiD's disassembler and Vim (yeah,Vim...who said Emacs,he-he...),
in order to copy/paste and diff data when needed...
One of the tools I've used hasn't been released to public yet,
as there are still a few stuff yet to be resolved...
the other one I'll put as an attachment later when I get home...
Lots of ep_false sigs though I've done only with PEiD's disasm and diffing...
Making sigs is certainly not an 'art',ie.no need to be a reversing guru or so:
it just has quite a lot of 'gotchas' to be taken into consideration,
both in order to avoid possible collisions,and furthermore,
to avoid ending up with semi-working sigs that miss samples...
Ie.in it's most simplest form...
say if an ep true sig was made for the 'zhelatins' above (by using EPScan or similar...),
then the sig would also catch lots of innocent common gcc-based exes as well...
Although it will certainly be a quite rare case...
even the ep false I made has a somewhat slight chance of doing so,
that's why I mentioned 'quick 'n' dirty' way - 100% reliable detection only by function...
Exactly because of all the above,
I've never managed to make a detailed tutorial regarding sig generation,
and it's something which I've always considered it's needed for people...

As I would have to present way too many different packers and 'tricks of the trade',
in order to show how it can be done properly...
the more you mess around with packers,the more you acknowledge them...
This also explains the lack of automated tools out there,
ie.even with the most perfect one,human examination will still be needed...