rust_libloading icon indicating copy to clipboard operation
rust_libloading copied to clipboard

Support load main process symbol when share library path is null

Open zhangyuang opened this issue 3 months ago • 1 comments

As the description of dlopen is If the filename is NULL, then the returned handle is for the main program. It looks like libloading don't provide the feature, if filePath is None will cause error

zhangyuang avatar Apr 04 '24 10:04 zhangyuang