IronSight Extractor
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.
Installation
Windows:
./ISExtractor.exe script.wpgUsage example
Simply pass the file path to extract, it will automatically create directories and files extracted and decrypted in the working directory.
Development setup
You need
- Crypto++ 7.0
- The installed game, or a single archive (one is included in the Debug directory)
Release History
- 0.0.1
- PoC - Extraction fully working
Meta
d3vil401 – d3vsite.org – d3vil401@d3vsite.org
Distributed under the GPL license. See LICENSE for more information.
Contributing
- 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
Miscellanous
Check the Wiki for the file structure and details.
