// DIE's signature file // Author: hypn0 init("extender","PRO32 Protected Mode DOS Extender"); function detect(bShowType,bShowVersion,bShowOptions) { if(MSDOS.compareEP("e8$$$$8cc82ea3....fa6633f68eeeb8....8ed8b9....66658b0466890483c6..e2..6633c0bb")) { sVersion="1.7"; sOptions="1996-99 by Dieter Pawelczak"; bDetected=1; } return result(bShowType,bShowVersion,bShowOptions); }