Perfect World Open Source Emulator

Page 6 of 14 FirstFirst 1234567891011121314 LastLast
Results 76 to 90 of 202
  1. #76
    Angelemu founder tbnanubis is offline
    MemberRank
    Mar 2011 Join Date
    Unicorn ForestLocation
    527Posts

    Re: Perfect World Open Source Emulator

    sure anyone can test things out once they are implemented, i try to keep an actual build running on the server 188.40.48.211:29000
    There is still stuff to find out about the enter_world packets before this will work nearly accurate

  2. #77
    Novice MrSeraf is offline
    MemberRank
    Mar 2010 Join Date
    2Posts

    Re: Perfect World Open Source Emulator

    Hi, how I can help in the development server, not knowing C # or other programming languages?

  3. #78
    Angelemu founder tbnanubis is offline
    MemberRank
    Mar 2011 Join Date
    Unicorn ForestLocation
    527Posts

    Re: Perfect World Open Source Emulator

    if the time comes, and the special forum is done, i will post jobs for sniffing and/or analyzing specific packets that are needed for the next development steps

  4. #79
    Novice MrSeraf is offline
    MemberRank
    Mar 2010 Join Date
    2Posts

    Re: Perfect World Open Source Emulator

    Well, if you do not have time, I can create a forum :)

  5. #80
    Member Jonatas is offline
    MemberRank
    Feb 2011 Join Date
    55Posts

    Re: Perfect World Open Source Emulator

    If I create useful forums/joomla site for the project.

  6. #81
    Genesis?Is it a new drug? renan7899 is offline
    MemberRank
    Apr 2010 Join Date
    BrazilLocation
    519Posts

    Re: Perfect World Open Source Emulator

    My friend Nikolas, he's one of the bests in Linux and PHP I ever seen. I saw all his jobs, it's very good. If you need, he can help in Linux and PHP area.

  7. #82
    Angelemu founder tbnanubis is offline
    MemberRank
    Mar 2011 Join Date
    Unicorn ForestLocation
    527Posts

    Re: Perfect World Open Source Emulator

    the forum is up and running now, AngelEmu Home

  8. #83
    Novice shepper is offline
    MemberRank
    Oct 2009 Join Date
    2Posts

    Re: Perfect World Open Source Emulator

    I am very interested by the project and join dev team
    I have posted on your forum project and if you need more details about me contact me

  9. #84
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: Perfect World Open Source Emulator

    I can help you out maybe.

    I know how the client is written, I know the login HMAC / RC4 key exchange procedures, and can help with some coding and packet sniffing.

    I code in Delphi, but I do know assembler and a bit of C#. Just hit me with a pm if you need anything.

    Cheers.

  10. #85
    Valued Member EndyBH is offline
    MemberRank
    Jan 2009 Join Date
    BrazilLocation
    131Posts

    Re: Perfect World Open Source Emulator

    Hi Staff, What you using to apply reverse engineering in Perfect World Client? To Protocol I using Wireshark I start try this today, now I will try a Disassembler to client, what tool you are using?

  11. #86
    Black Magic Development das7002 is offline
    MemberRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Perfect World Open Source Emulator

    Quote Originally Posted by EndyBH View Post
    Hi Staff, What you using to apply reverse engineering in Perfect World Client? To Protocol I using Wireshark I start try this today, now I will try a Disassembler to client, what tool you are using?
    More then likely all he is using is Wireshark for packet sniffing (I love Wireshark as well) and OllyDbg or something similar to disassemble if he needs to

  12. #87
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Perfect World Open Source Emulator

    They use their own PacketSniffer ...

  13. #88
    Valued Member EndyBH is offline
    MemberRank
    Jan 2009 Join Date
    BrazilLocation
    131Posts

    Re: Perfect World Open Source Emulator

    Ah!I will check the OllyDbg and test to see I got make, thanx

  14. #89
    Black Magic Development das7002 is offline
    MemberRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Perfect World Open Source Emulator

    Quote Originally Posted by Romulan View Post
    They use their own PacketSniffer ...
    No need... Wireshark has amazing filtering abilities for things like that...

    (ip.src_host == pwisomething.perfectworld.com || ip.dst_host == pwisomething.perfectworld.com) && tcp.port == 29000

    I used something similar to figure out what needed to be sent to the server

    (ip.src == 192.168.1.10 || ip.dst == 192.168.1.10) && tcp.port == 29000

  15. #90
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: Perfect World Open Source Emulator

    Yeah, but this wouldn't help ya. Client -> Server traffic is Encrypted by ARC4, and Server -> Client is Encrypted and then Compressed with MPPC (8 kb buffer).

    Wireshark on it's own wouldn't tell you anything.

    Edit : @EndyBH : I use IDA Pro (make sure you have hex rays dissasm). Alternativle, yes, ollydbg is a good alternative. Heck, even CE's built in debuggers isnt that bad :)

    I miss SiCe, but hey, that died with nt systems...

    Cheers
    Last edited by Swoosh91; 14-03-11 at 04:24 PM.



Advertisement