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.
Re: Anyone know the software to decompile MatchServer?
dude use phail's ms clone.
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
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.
Re: Anyone know the software to decompile MatchServer?
Quote:
Originally Posted by
PenguinGuy
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..:$:
Re: Anyone know the software to decompile MatchServer?
Quote:
Originally Posted by
phpbb88
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/
Re: Anyone know the software to decompile MatchServer?
Quote:
Originally Posted by
PenguinGuy
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!:thumbup: