TelegramStorageParser
TelegramStorageParser copied to clipboard
cross platform support
for linux enough change
[DllImport("libcrypto.dll", CallingConvention = CallingConvention.Cdecl)]
to
[DllImport("/usr/lib/x86_64-linux-gnu/libssl.so", CallingConvention = CallingConvention.Cdecl)]
I can make the path be a constant string you can change in one place, but I don't know that there's a fixed location for openssl libraries on linux.
I think you can just add libssl.so to repo, like libcrypto.dll