Extracts useful information (version, connection key..) from browser game called Transformice (www.transformice.com).
You can intitialize TransformiceSWF object from either url or byte[]:
new TransformiceSWF(); // will download fresh swf from transformice.com/Transformice.swf
new TransformiceSWF(File.ReadAllBytes("../path/to/Transformice.swf"));
...
swf.parseData();
After calling parseData() you can access theese parameters:
- swf
- version
- connectionKey
- xorKey
- securityIntKey
In current state this tool takes about 6s to find values on my high-end PC (i5-4460, SSD). You can improve perfomance by breaking main searching loop earlier.
- liblzma and swfbinexport from CyberShadow/RABCDAsm
- swfdump from matthiaskramm/swftools
- Ruslan Devsaider - Initial work - devsaider
See also the list of contributors who participated in this project.
This project is licensed under the GNU GPL License - see the LICENSE file for details