Anyone know the software to decompile MatchServer?

Results 1 to 6 of 6
  1. #1
    Member phpbb88 is offline
    MemberRank
    Jan 2007 Join Date
    Hong KongLocation
    74Posts

    Anyone know the software to decompile MatchServer?

    Since I got the source code of the unfinished Bunny for 2011 files,
    I wanna decompile the MatchServer for 2010 files for references.
    Anybody help? Thankyou.


  2. #2
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Anyone know the software to decompile MatchServer?

    dude use phail's ms clone.

  3. #3
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Anyone know the software to decompile MatchServer?

    You can't decompile unmanaged code (C/C++, etc.). You can view the dissasembly via OllyDbg or IdaPro/IdaFree, but that'll only give you the Assembly output.

    Quote Originally Posted by Military View Post
    dude use phail's ms clone.
    He never released the source. The only way you'll finish Bunny is by a 2006 MatchServer + PDB and just going by on the structures/enumerations/functions/etc. you reverse from the client. You can also use the info in the MAddSharedCommandTable function.

  4. #4
    Member phpbb88 is offline
    MemberRank
    Jan 2007 Join Date
    Hong KongLocation
    74Posts

    Re: Anyone know the software to decompile MatchServer?

    Quote Originally Posted by PenguinGuy View Post
    You can't decompile unmanaged code (C/C++, etc.). You can view the dissasembly via OllyDbg or IdaPro/IdaFree, but that'll only give you the Assembly output.



    He never released the source. The only way you'll finish Bunny is by a 2006 MatchServer + PDB and just going by on the structures/enumerations/functions/etc. you reverse from the client. You can also use the info in the MAddSharedCommandTable function.
    uhh.. Thats a hard job..
    cuz Im new to programming and I absolutely sure I cannot finish this kind of stuff..

  5. #5
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Anyone know the software to decompile MatchServer?

    Quote Originally Posted by phpbb88 View Post
    uhh.. Thats a hard job..
    cuz Im new to programming and I absolutely sure I cannot finish this kind of stuff..
    If you're new to programming, don't start on an emulator. I'm not saying it's impossible, but chances are you won't do much. Not trying to sound mean.

    First off, learn the basics. I learned at CPlusPlus.com. After you got a decent grasp of the C or C++ language, start looking at available sources. See what does what, etc. You'll also need to understand at least the basics of the Assembly, 32-bit. I started just over 2 years back, and still I learn something new at least once a week.
    You can get a better start off my old tutorial, out-dated and if I say so myself, pretty bad, but hey; I'm sure you could learn something from it.

    http://forum.ragezone.com/f497/basic...c-gunz-615132/

    Edit; here's a few more links on things I've released which could also help.
    http://forum.ragezone.com/f497/tut-find-offsets-727668/
    http://forum.ragezone.com/f496/wip-l...resent-715792/
    http://forum.ragezone.com/f497/tut-hooking-667712/
    Last edited by PenguinGuy; 25-06-11 at 11:35 PM.

  6. #6
    Member phpbb88 is offline
    MemberRank
    Jan 2007 Join Date
    Hong KongLocation
    74Posts

    Re: Anyone know the software to decompile MatchServer?

    Quote Originally Posted by PenguinGuy View Post
    If you're new to programming, don't start on an emulator. I'm not saying it's impossible, but chances are you won't do much. Not trying to sound mean.

    First off, learn the basics. I learned at CPlusPlus.com. After you got a decent grasp of the C or C++ language, start looking at available sources. See what does what, etc. You'll also need to understand at least the basics of the Assembly, 32-bit. I started just over 2 years back, and still I learn something new at least once a week.
    You can get a better start off my old tutorial, out-dated and if I say so myself, pretty bad, but hey; I'm sure you could learn something from it.

    http://forum.ragezone.com/f497/basic...c-gunz-615132/

    Edit; here's a few more links on things I've released which could also help.
    http://forum.ragezone.com/f497/tut-find-offsets-727668/
    http://forum.ragezone.com/f496/wip-l...resent-715792/
    http://forum.ragezone.com/f497/tut-hooking-667712/
    Thank you so much and I bet I could at least learn sumthing from those post!



Advertisement