Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!WSMR-SIMTEL20.ARMY.MIL!w8sdz From: w8sdz@WSMR-SIMTEL20.ARMY.MIL (Keith Petersen) Newsgroups: comp.binaries.ibm.pc.d Subject: XF.ARC - Find hexadecimal pattern in file tree fast Message-ID: Date: 10 Oct 89 20:51:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 21 [--forwarded message--] From: madler@Hamlet.Caltech.Edu (Mark Adler) I have uploaded XF.ARC to SIMTEL20. It contains XF.C (in Turbo C and assembler) and XF.COM. It searches for a byte pattern specified in hexadecimal in the files requested. It will search files in sub- directories recursively. The actual searching is done in assembler to utilize the processor's string search instructions. Description: XF.ARC Find hexadecimal pattern in file tree fast Mark Adler --- Thanks, Mark! I appreciate your policy of including source code. It's a great learning tool. This utility will be good for searching for viruses with known patterns. --Keith