The game had a QuickBMS script working for the old version, it wasn't supporting the decryption of the files because encryption method was unknown; but not anymore, now.
This version is extraction only for now, will be progressively extended based on my chances of survival during this exams session and my success in Linear Algebra.
Windows:
./ISExtractor.exe script.wpg
Simply pass the file path to extract, it will automatically create directories and files extracted and decrypted in the working directory.
You need
- Crypto++ 7.0
- The installed game, or a single archive (one is included in the Debug directory)
- 0.0.1
- PoC - Extraction fully working
d3vil401 – d3vsite.org – [email protected]
Distributed under the GPL license. See LICENSE
for more information.
- Fork it (https://github.com/d3v1l401/IronSightExtractor/fork)
- Create your feature branch, specify what you're doing (
git checkout -b updatedKeys
) - Commit your changes (
git commit -am 'Updated keys to 2020 game version'
) - Push to the branch (
git push origin updatedKeys
) - Create a new Pull Request
Check the Wiki for the file structure and details.