Valhalla Legends Forums Archive | Battle.net Bot Development | Warden Implementation in VB.Net?

AuthorMessageTime
Ozzapoo
Hi. Is there any public implementation for Warden in Vb.net? I'm looking for the crypto and hashing code for VB.Net in particular, because porting it all from java is long and tedious, not to mention .NET doesn't have the '>>>' operator.
April 15, 2009, 10:27 AM
Yegg
I don't understand. Looking over the code shown on iago's wiki, it seems pretty simple. Not to mention, the only code using the >>> (unsigned right shift) is the Java code. It shows an implementation in C and Java (and C# it looks like). Why not just look over the example in C instead (which should overall be simpler than the Java example)?
April 15, 2009, 10:43 AM
Ozzapoo
I'll just port it all from java then, because I found a working unsigned right shift function, and I find java more understandable that C.
April 16, 2009, 6:40 AM
Ribose
I've converted it to C# already and the hardest part is the init and 0x05 calls, not really the cryptography algorithms (since they're already in System.Security.Cryptography anyway).
April 20, 2009, 6:51 PM

Search