IT researcher
IT researcher

Reputation: 3304

Unable to extract 7z archive containing EXE/DLL file using SevenZipsharp

Unable to extract using .ExtractArchive(pathname) method, for .EXE/.DLL Files, using sevenZipSharp dll (https://archive.codeplex.com/?p=sevenzipsharp), official 7zip.exe can extract same "EXE/DLL" files.

.ExtractArchive(pathname) works fine with file extensions other than EXE/DLL The sevenzipsharp library code gets stuck at

 var data = new PropVariant();
 _archive.GetProperty(index, ItemPropId.Path, ref data); --stuck here

no compression done , used with AES pswd

enter image description here

Upvotes: 0

Views: 281

Answers (0)

Related Questions