[clamav-users] Adding extra functionality to dll

2020-06-10 Thread Brett Hunter via clamav-users
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 _

[clamav-users] libclamav.dll and cl_fmap_open_handle

2017-11-12 Thread Brett Hunter
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