:mod:`yara.libyara_wrapper` --- ctypes wrapper for libyara ========================================================== .. module:: yara.libyara_wrapper :synopsis: Wraps libyara's exported functions .. moduleauthor:: Michael Dorman .. sectionauthor:: Michael Dorman This module is responsible for wrapping the libyara dynamic library various exported functions. Using ctypes, it replicates the yara data structures and exported functions. See :ref:`How to build ` for library details.