mirror of
https://github.com/UMSKT/peacestone.git
synced 2026-07-03 16:14:19 +02:00
peacestone
The antithesis of the WARBIRD obfuscator (Vista-7 only).
Join our Zulip chat to discuss findings made with this tool!
Installation/Usage
- Run
pip install --user -r requirements.txt - Download rootfs from here. Extract
rootfs/Windowsto thepeacestonefolder. - Place the program to be deobfuscated in the
peacestonefolder. - Place the corresponding PDB file for the program in the same folder. Ensure the PDB has the same name as the program.
- Run
python peacestone.py <program to deobfuscate> - Enjoy!
Notes
This program has only been tested on files from Windows Server 2003 KMS Server version 1.0. If you encounter any bugs with other files, feel free to report them.
Special Thanks
- Guy who compiled every single activation library into
sppsvc.exefor no reason - Guy who forgot to remove WARBIRD symbols and encrypted function symbols from the public PDB
- Guy(s) who left the PDBs up for 17 years
Description
Languages
Python
100%