Can you add loading servers list from xml config? Like:
PHP Code:<Servers>
<String>
<id>[EU] Hasmina</id>
<ip>79.110.94.213</ip>
<port>11000</port>
</String>
<String>
<id>[RU] Arun</id>
<ip>91.225.237.5</ip>
<port>7801</port>
</String>
</Servers>
Can you add loading servers list from xml config? Like:
PHP Code:<Servers>
<String>
<id>[EU] Hasmina</id>
<ip>79.110.94.213</ip>
<port>11000</port>
</String>
<String>
<id>[RU] Arun</id>
<ip>91.225.237.5</ip>
<port>7801</port>
</String>
</Servers>
Last edited by Ekey; 19-04-15 at 07:37 PM.
in public bool ProcessClientData()
you got GetServerData need to be GetClientData
btw : useless part of code
replace onPHP Code:public byte[] ServerKey1 = Utils.Random128Key();
public byte[] ServerKey2 = Utils.Random128Key();
because ServerKey1 and ServerKey2 filled anyway fromPHP Code:public byte[] ServerKey1 = new byte[128];
public byte[] ServerKey2 = new byte[128];
PHP Code:public bool ProcessServerData()
Updated the code on Github with these two things. That xml loading thing is maybe coming tomorrow ;)
Here collected ip's :
v1 - http://pastebin.com/5PtcZbbF
Also after ip could be added tag for loading individual opcode list for each regions.
v2 - http://pastebin.com/c4heg6yM
:)
Last edited by Ekey; 20-04-15 at 02:16 PM.
Pushed some Updates on Github today, including the xml serverlist. I didn't include seperate opcode files for diffrent regions as I want it as simple as possible. You need to do that manually ^^
Complied version v4: https://mega.co.nz/#!ORxWyboS!ZzCC68...N-MS5NN_961B-g
Last edited by Ekey; 20-04-15 at 08:59 PM.
Nope
Winpcap works fine because i see trafic in my sniff on cpp
Wireshark works fine too
-----
Hmmm.. Really funny but demos from SharpPcap and Pcap.Net does not work with any filters.
SharpPcap demo:
with filter "ip and tcp" (also i tried different variants but without results) - no trafic ->http://prntscr.com/6wabfs
without filter - there is traffic -> http://prntscr.com/6wab86
I do not understand what's wrong. CPP versions works without any problems. WTF!?![]()
I really have no clue what could be wrong. It's really strange what is happening there. The host filter is also not working or?
Finally it works.
but some packets missing. i don't see S_STORE_SELL_LIST while contact with the merchant for example.
btw: It would be great to add a function for ignore selected opcodes, like:
![]()
Last edited by Ekey; 25-04-15 at 04:23 PM.
working on win7 32 bit?