Hi,
Is it possible for 3 lines to be added to the libclamav.def file for the
Windows dll creation? The lines being:
EXPORTS cl_fmap_open_handle @72
EXPORTS cl_fmap_close @73
EXPORTS cl_scanmap_callback @74
It makes it so scans can be done on memory buffers.
Thanks
Brett
_
Hi,
I am trying to call the cl_fmap_open_handle (and other fmap related)
functions, but was having no success. It was not until I scanned the
libclamav.dll that I noticed these interfaces are not exposed. Is this
deliberate or has no one used these from the dll before?
Any help would be appre