Puyodead1 / SFUnpacker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFUnpacker

A Standalone executable for extracting Setup Factory installers. Currently only supports V9.

Most of the code comes from Observer

How to build from source

Project is developed under MS Visual Studio 2022.

Depends on zlib, The easiest way to install it is with vcpkg tool.

For x86 version run:

  • vcpkg install zlib --triplet x86-windows

For x64 version run:

  • vcpkg install zlib --triplet x64-windows

License

SFUnpacker is free software: you can use it, redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About


Languages

Language:C++ 69.4%Language:C 28.1%Language:Makefile 2.5%