Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - waxypants

#1
Starcraft II Beta / Re: Emulate Battle.net
March 14, 2010, 06:03:27 PM
Ahhh thanks, I see now.  That code is really hard to follow  ???
#2
Starcraft II Beta / Re: Emulate Battle.net
March 14, 2010, 04:33:28 PM
Quote from: Freundschaft on March 14, 2010, 10:20:13 AM
disassembly of the auth file


Sorry for being dumb, but which file exactly?  Reading through the thread I'm getting a little confused about which files you guys are talking about and where they are coming from.
#3
Starcraft II Beta / Re: Emulate Battle.net
March 14, 2010, 12:28:23 AM
Quote from: Freundschaft on March 11, 2010, 07:54:33 PM
i tried messing around a bit with ida.

it seems like we need to have a look at the requestpassword function, which provides a blob response for a blob request sent with the proof request

in code this looks like

sub_3896C9A0    proc near               ; DATA XREF: .rdata:3896D080o
.text:3896C9A0                 push    offset aRequestpasswor ; "RequestPassword"
.text:3896C9A5                 mov     ecx, offset unk_3896E428
.text:3896C9AA                 call    sub_38962A10
.text:3896C9AF                 push    offset nullsub_3
.text:3896C9B4                 call    sub_3896C190
.text:3896C9B9                 pop     ecx
.text:3896C9BA                 retn
.text:3896C9BA sub_3896C9A0    endp

still have to figure out what this does


Where did this code come from?
#4
Starcraft II Beta / Re: Emulate Battle.net
March 02, 2010, 06:22:22 PM
Quote from: MADCATX on March 02, 2010, 05:26:31 AM
Quote from: waxypants on March 01, 2010, 10:44:45 PM
I realize it's just a skeleton now, but would you mind sharing the source?
Ok, here you go: http://loino.co.cc/upload-files/tmp/sc2serverP.zip (hosting is free and used for other purposes, say me if you can't download the file)
It's a java project for NetBeans IDE(http://netbeans.org/downloads/index.html).  I wasn't able to decrypt the packets, maybe you will succeed.


So are you giving up? D:  I have some knowledge in Networking and Security but probably not enough to figure it out.  I will take a look though when I get time, I was mostly curious and wanted to play with it.  Thanks for the codes.
#5
Starcraft II Beta / Re: Emulate Battle.net
March 01, 2010, 10:44:45 PM
I realize it's just a skeleton now, but would you mind sharing the source?