def scanArchitecture(filename, tags, cursor, conn, filehashes, blacklist=[], scanenv={}, scandebug=False, unpacktempdir=None):
if not 'elf' in tags:
return
archres = elfcheck.getArchitecture(filename, tags)
if archres != None:
return (['architecture'], archres)
## search markers for various open source programs
## This search is not accurate, but might come in handy in some situations
评论列表
文章目录