Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puyodead1/sfunpacker
https://github.com/puyodead1/sfunpacker
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/puyodead1/sfunpacker
- Owner: Puyodead1
- Created: 2023-06-30T22:50:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T21:18:56.000Z (12 months ago)
- Last Synced: 2024-10-09T13:21:46.589Z (about 1 month ago)
- Language: C++
- Size: 943 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFUnpacker
A Standalone executable for extracting Setup Factory installers. Currently only supports V9.
Most of the code comes from [Observer](https://github.com/lazyhamster/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](https://github.com/Microsoft/vcpkg) tool.
For x86 version run:
* vcpkg install zlib --triplet x86-windowsFor x64 version run:
* vcpkg install zlib --triplet x64-windows## License ##
SFUnpacker is [free](http://www.gnu.org/philosophy/free-sw.html) software: you can use it, redistribute it and/or modify it under the terms of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.