-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Rodion Morozov edited this page Dec 1, 2022
·
3 revisions
Welcome to the Asar.NET wiki!
- How to open ASAR archive and read data from files in this archive: here
- How to unpack existing ASAR archive: here
- How to create new ASAR archive: here
- Documentation of all classes: here
- If you encountered a bug or want a new feature, head here
- Search for
craftersmine.Asar.Net
in 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
- Add using directive
using craftersmine.Asar.Net;
which contains all needed classes - Then proceed to needed part of wiki here for additional information
Made with ❤️ by craftersmine