funcspy A simple malware static analysis tool to quickly identify suspicious functions loaded from DLLs. NOTE: Based off the database from malapi.io Usage: python funcspy.py <path/to/malware> Requires: pip install pefile colorama