aonez / asar-cpp

Simple C++ asar unpacker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asar - C++ edition

Official repo

My own asar unpacker made in C++, because I didn't want to use npm

Usage

Just drag and drop the archive on the executable or use the command line

Command line

$ asar extract out archive

Dependencies

rapidjson dirent for MSVC

About

Simple C++ asar unpacker

License:MIT License


Languages

Language:C++ 99.3%Language:Makefile 0.7%