HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Add an easy way to get a SHA-256 hash of the binary we're connected to #28

Closed Dinopony closed 8 months ago

Dinopony commented 8 months ago

It would be very practical to have some easy way to identify the binary a given ProcessRamWatcher is connected to.

This could be done by getting a SHA-256 hash of the binary, which would then be tested to know which version of the binary we're dealing with.

Dinopony commented 8 months ago

Done in 3563d37