How to get the sro opcodes?

01/18/2010 20:08 kevin_owner#1
I would like to get the opcodes of silkroad but where can i get them in the ip packets or in the sro_client ?

i already sniffed some stuff with smartsniff but how can i see what's in it cuz of the encryption or whatever it is.

and i used ollydbg to open sro_client.exe but i couldn't find anything cuz i don't know how that program works. i see something like: SRO_Clie.0065990B but is that a opcode? and what does it do?

greetz,

kevin_owner.
01/18/2010 23:06 getyaaa#2
opcodes look pretty much look like this:

[XXXX] YYYYYYYYYYYYYYYYYYYY
OPCODE DATADATADATADATA

dont use any sniffing progs to get them.

use a srproxy ([Only registered and activated users can see links. Click Here To Register...]) and this:

[Only registered and activated users can see links. Click Here To Register...]

PhAnalyzer made by Projecthax Admin Weeman...

if you dont trust it, source is included, compile it yourself ;)
01/19/2010 08:54 Eckoro#3
Quote:
Originally Posted by kevin_owner View Post
I would like to get the opcodes of silkroad but where can i get them in the ip packets or in the sro_client ?

i already sniffed some stuff with smartsniff but how can i see what's in it cuz of the encryption or whatever it is.

and i used ollydbg to open sro_client.exe but i couldn't find anything cuz i don't know how that program works. i see something like: SRO_Clie.0065990B but is that a opcode? and what does it do?

greetz,

kevin_owner.
well if you are wanting to get them in the intent to develop a Bot or an Emulator, you should have the programming knowledge and general knowledge of how packets work and HOW to GET them, Drews guides cover on how to make different types of sniffers, you should try them, or try that PHAnalyzer source above. IP's vary from Silkroad Version and iSRO Opcodes change every week.

They are listed in the sro_client.exe when you open them with ollydbg, but you need to know ASM to understand this, they are not LISTED as such, but have other data between these lists.
01/19/2010 13:24 kevin_owner#4
@getyaaaa i'll check PHAnalyzer with srproxy thanks :P

@Eckoro I want to develop a pserver or emualtor with 4 other guys. I know C++ so that wouldn't be a problem but i'm so newb in networking ect. so i have to figure out how those packets work ect.
01/19/2010 13:42 Exploiter~Li#5
Quote:
[Only registered and activated users can see links. Click Here To Register...]
maybe usefull.
01/19/2010 13:57 kevin_owner#6
Quote:
Originally Posted by omgOo### View Post
maybe usefull.

looks very usefull thanks :D