$ python64 debug\symbols\symsearch.py "CreateFile*" c:\windows\system32\kernelbase.dll Namespace(addr=0, dbghelp=None, file='c:\\windows\\system32\\kernelbase.dll', pattern='CreateFile*', tag=0) 16 symbols found: * * * * * * * * * * * * * * * * $ python64 debug\symbols\symsearch.py "NtCreate*" c:\windows\system32\ntdll.dll --addr 0x42000000 Namespace(addr=1107296256, dbghelp=None, file='c:\\windows\\system32\\ntdll.dll', pattern='NtCreate*', tag=0) 47 symbols found: * * * * * * * * * ...