• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release]IGC.S18.2.2 ChatServer Src-99%decom

Newbie Spellweaver
Joined
Feb 4, 2023
Messages
47
Reaction score
99
Today,unpacked&reversed&decompiled IGC's S18.2.2 ChatServer.Share it.

IGC.ChatServer 99% source decompiled by ZeCoder.


Fews code modified.No bug-test.

Compiled&Run is ok.

The SourceCode contains Authenticator-Client code,u can dev a Fake/Emulator Auth-Server xD.
1692856710110 - [Release]IGC.S18.2.2 ChatServer Src-99%decom - RaGEZONE Forums


src link:



screen shots
1692517347325 - [Release]IGC.S18.2.2 ChatServer Src-99%decom - RaGEZONE Forums

1692519097806 - [Release]IGC.S18.2.2 ChatServer Src-99%decom - RaGEZONE Forums

1692519119462 - [Release]IGC.S18.2.2 ChatServer Src-99%decom - RaGEZONE Forums

1692519149633 - [Release]IGC.S18.2.2 ChatServer Src-99%decom - RaGEZONE Forums

 
Last edited:

Pig

Initiate Mage
Joined
May 21, 2023
Messages
3
Reaction score
0
hope tell Initiate(Type type1, Type type2, ToolIDs id, Action<bool, byte[]> callback, params string[] addVals) How to use? as function call
 
Newbie Spellweaver
Joined
Jun 29, 2021
Messages
6
Reaction score
1
Thanks, maybe you got the other parts for running 18testserver?
 

Pig

Initiate Mage
Joined
May 21, 2023
Messages
3
Reaction score
0
Please learn the Action delegate of C# language and other knowledge.
Sorry,I didn't make it clear.I mean what value is good to pass in,Give an example.Thanks!
 
Newbie Spellweaver
Joined
Jun 29, 2021
Messages
6
Reaction score
1
Sorry,I didn't make it clear.I mean what value is good to pass in,Give an example.Thanks!
Well ok, but that has nothing to do with my question. Other thing it was for thread author. Will definetly share some stuff when im ready! šŸ™‚
 
Joined
Aug 6, 2005
Messages
552
Reaction score
298
Thanks for this release. It's always interesting how other people implement similar stuff šŸ˜„

Btw, this server can't handle many concurrent connections. The code looks like it's written by a C++ developer who doesn't know the concepts of C# and the .NET Framework. Each connection runs a blocking receive loop in a thread pool thread - these are limited...
 
Back
Top