Hello.
I have implemented in C++ a utility originally authored by 'athre0z' in Rust which will unpack the Heroes of the Storm binary.
The original authors version unpacks only x86 binaries. Part of the reason for my port is that I hope to eventually support the x64 binaries.
Incidentally, if anyone knows how to find the AES key for the x64 binary, please let me know
To be clear, the approach implemented in this tool is credited to athre0z and his Rust implementation here: https://github.com/athre0z/hots-unpack/
My C++ implementation may be found here: https://github.com/namreeb/hots-unpack
Edit: Whoops, perhaps I posted this in the wrong section. Apologies!