alirezakaj3 wrote:hi guys! hmm iwant to know how ican get source of an mod !
it is evident, considering the sophisticated language you use, that you are a great IT professional.
so, you can try to disassemble or decompile the binary you already have.
try this good decompiler :
http://boomerang.sourceforge.net/
but be careful:
- you will lose variables and functions identifiers, labels, macros and all preprocessor directives.
- a lot of readable constructs will disappear
- the order of functions will be shuffled
- some function calls will not be performed using the stack, instead the code will be inserted inline, that's due to some compilers optimizations
- some variable type would be changed
- a strange animal would ask you if you have mooed today
but, considering your high profile, im really sure you will not have any problem while doing this.
good luck!
p.s. 6675636B696E675E6E6F6F62