[sleuthkit-developers] Libtsk as a DLL or series of DLLs
Brought to you by:
carrier
From: Edward D. <eld...@tr...> - 2016-07-01 13:11:28
|
In TSK libtsk is a static library. Is there any technical reason libtsk could not be a DLL or series of DLLs offering TSK functionality ? I belive this would allow other languages to use its functionality much easier as long as each C function in lbtsk were specified 'extern "C"' so that C++ name mangling were not being done. What are the issues involving this as seen by others who know TSK much better than I do ? Eddie Diener |