.NET/C# library for opening, unpacking and packing of Electron ASAR archives
- Opening ASAR archives
 - Reading files data within ASAR archive without unpacking
 - Creating new ASAR archives
 - ASAR archives unpacking
 - Reading integrity data and validating files
 
How to use this library can be found here: Repository Wiki
If you want a new feature for library create new feature request issue
Feel free to contribute to project by reporting bugs, requesting features or making pull requests!
- Search for 
craftersmine.Asar.Netin NuGet explorer in Visual Studio (or your IDE) - Using NuGet Package Manager: 
PM> Install-Package craftersmine.Asar.Net - Download NuGet package from Releases page and put it in your Local NuGet Feed
 - Download packaged binaries from Releases and link DLL Assembly to your project
 
How to use library completely depends on your current task, more about this is on wiki page
