I have created .NET core 6.0 C# Winform Application.
Example: I have a folder Teracopy\teracopy.exe Created password protected file Teracopy.rar password is: 123
How can I unrar this file directly into memory and run teracopy.exe from memory? (Without extracting in Disk)
Is there any way to do this? I able to extract password protected rar files to disk.
For security purpose I don't want to extract them into disk.