all:
	#rabin2 -rs /tmp/ws2_32.dll | grep ^k| cut -d / -f 4- > ___WS2_32.sdb.txt
	#rabin2 -rs /tmp/oleaut32.dll | grep ^k| cut -d / -f 4- > ___OLEAUT32.sdb.txt
	#rabin2 -rs /tmp/wsock32.dll | grep ^k| cut -d / -f 4- > WSOCK32.sdb.txt
	#rabin2 -rs /tmp/msi.dll | grep ^k| cut -d / -f 4- > MSI.sdb.txt
	rabin2 -rs /tmp/csncdapi.dll | grep ^k| cut -d / -f 4- > CSNCDAPI.sdb.txt
	rabin2 -rs /tmp/csmtpapi.dll | grep ^k| cut -d / -f 4- > CSMTPAPI.sdb.txt
	rabin2 -rs /tmp/csftpapi.dll | grep ^k| cut -d / -f 4- > CSMFPAPI.sdb.txt
