Hey,
I was attempting to use iago's CheckRevision class to get the hashes of the exe files as explained by bnet docs (thanks for the class btw), but I wasn't sure which files to add to this array:
(I'm attempting to do it with diablo 2)
String[] files = { "I:\Program Files\Diablo II\Diablo II.exe",
"/home/iago/Projects/Java/bot/storm.dll",
"/home/iago/Projects/Java/bot/battle.snp" } ;
Guessing your using D2, and there in the defult dir. Use:
String[] files = {"C:\Program Files\Diablo II\Game.exe",
"C:\Program Files\Diablo II\Bnclient.dll",
"C:\Program Files\Diablo II\D2Client.dll"}
~-~(HDX)~-~