Mailing List Archive

Adding extra functionality to dll
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
Re: Adding extra functionality to dll [ In reply to ]
Yes definitely those should have already been in there. Whoops!

-Micah

From: clamav-users <clamav-users-bounces@lists.clamav.net> on behalf of Brett Hunter via clamav-users <clamav-users@lists.clamav.net>
Reply-To: ClamAV users ML <clamav-users@lists.clamav.net>
Date: Wednesday, June 10, 2020 at 8:10 PM
To: "clamav-users@lists.clamav.net" <clamav-users@lists.clamav.net>
Cc: Brett Hunter <brett@getdata.com>
Subject: [clamav-users] Adding extra functionality to dll

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