Valhalla Legends Forums Archive | Battle.net Bot Development | 2 Questions reguarding starcraft login

AuthorMessageTime
SecretShop
I was wondering whats the most common way to aquire the "Version Byte" and "Exe Version" variables?  I assume they are stored in the data section of one of the hash files, however a prelimiary search for the Exe Version turned up nothing.  I suppose I can resort to debugging the actual client in action and seeing how it creates them however I was hoping someone here would know.
April 4, 2006, 5:06 AM
FrOzeN
Have a look at this topic, https://davnit.net/bnet/vL/index.php?topic=14049.0
April 4, 2006, 5:56 AM
SecretShop
Thanks, yea after posting this I continued to research and found that the version is stored in the exe's resource data which can be accessed by a few simple windows API calls.  I am, however, seeking a cross platform method so I have begun to write a java class to extract the resource data from an EXE file.
April 4, 2006, 6:58 AM
FrOzeN
Yeah well, iago beat you to it.

http://www.x86labs.org:81/forum/index.php/topic,4680.0.html
April 4, 2006, 7:19 AM
SecretShop
[quote author=FrOzeN link=topic=14688.msg149742#msg149742 date=1144135169]
Yeah well, iago beat you to it.

http://www.x86labs.org:81/forum/index.php/topic,4680.0.html
[/quote]

Great!
April 4, 2006, 7:31 AM

Search