Skip to content
Rodion Morozov edited this page Dec 1, 2022 · 3 revisions

Welcome to the Asar.NET wiki!

Links to wiki sub-pages

  • 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

Getting started

Installation

  • 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

Usage

  • Add using directive using craftersmine.Asar.Net; which contains all needed classes
  • Then proceed to needed part of wiki here for additional information