XNA Creators Club Online
Page 1 of 1 (18 items)
Sort Posts: Previous Next

need to know which is a good decompiler/dissasembler

Last post 05-11-2008 7:53 PM by ShawMishrak. 17 replies.
  • 05-11-2008 7:07 AM

    need to know which is a good decompiler/dissasembler

    i need some suggestions on a good .net decompiler. i have been using spices.net but its not working to good.

     

    now before anybody starts shitting themselves, the program i want to dissasemble IS NOT copyrighted.

     

    it is also a common business practice to decompile and view the competor's programs source.

     

    i also decompile programs to learn from them. so please dont *** a brick

     

    any suggestions would be appreciated

  • 05-11-2008 7:21 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

  • 05-11-2008 7:37 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    what? no decompiler...
  • 05-11-2008 7:57 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    What doesn't reflector do that you need it to?

  • 05-11-2008 7:58 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    Reflector.NET should be enough for the purpose of learning.
    We are boki. The rest is known.
    The not so known part of the rest: It is Björn or Bjoern, but never Bjorn.
    Vote: Allow use of non-ASCII characters in names and titles
  • 05-11-2008 8:59 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    thanks, i just tryed it, its not decompiling. why dont decompilers do there job!?
  • 05-11-2008 9:52 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    crack smoka, weed toka, hooka choka:
    thanks, i just tryed it, its not decompiling. why dont decompilers do there job!?


    I don't understand you. Reflector is a very good multilanguage decompiler...
  • 05-11-2008 11:27 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    Perhaps you should be more specific with your needs.  The only things Reflector won't do is output C#/VB/Chrome source files to disk and disassemble native Intel instructions in unmanaged code sections.  You can view the code of any .NET assembly, though.

    Do you need to batch convert an entire assembly back to C# source including (best-guess) project files?
    New Microsoft DirectX/XNA MVP  (*evil laugh*)
  • 05-11-2008 11:44 AM In reply to

    Re: need to know which is a good decompiler/dissasembler

    ShawMishrak:
    Perhaps you should be more specific with your needs.  The only things Reflector won't do is output C#/VB/Chrome source files to disk and disassemble native Intel instructions in unmanaged code sections.  You can view the code of any .NET assembly, though.

    Do you need to batch convert an entire assembly back to C# source including (best-guess) project files?


    Reflector can't output source files to disk directly, but there are some Reflector add-in's that make it capable of doing that: FileDissasembler and FileGenerator.
  • 05-11-2008 12:27 PM In reply to

    Re: need to know which is a good decompiler/dissasembler

    i use reflector i think its one of the best .net decompilers .. i use it to sneak into the xna framework game class and see its inner workings
    Cheers!!
    Hermes David Montes de oca Segovia
    Coatl Studios
    My Windows Live Space
  • 05-11-2008 5:08 PM In reply to

    Re: need to know which is a good decompiler/dissasembler

    thanks, so your saying that this program will decompile any .net program?

     

    i have been having trouble decompiling this one program ..its a program that my my friend made as a project, it hides  your ip i wanna see the inner workings, i think it was made in c# i wanted to try it with xna

     

    reflector is actually doing pretty good, on other programs that is....idk maybe its the language

     

    how can you tell which language a program was written in?

  • 05-11-2008 5:17 PM In reply to

    Re: need to know which is a good decompiler/dissasembler

    crack smoka, weed toka, hooka choka:

    thanks, so your saying that this program will decompile any .net program?



    Yes, any .NET assembly indeed.

    crack smoka, weed toka, hooka choka:

    i have been having trouble decompiling this one program

    What program? You didn't provide any reference to it.

    crack smoka, weed toka, hooka choka:

    how can you tell which language a program was written in?



    Open your target program with Reflector. If it isn't a .NET one, Reflector will say you that it "does not contain a CLI header".
  • 05-11-2008 5:29 PM In reply to

    Re: need to know which is a good decompiler/dissasembler

    seriously? i thought it would be much more complcated to decompile a program since it would be write protected or somethin.

     

    so pretty much your sayin i could decompile/dissasemble expensive software such as 3ds max or photoshop (i wouldnt, just wondering)

     

    the program is a program that hides your ip, through proxys, my co worker made it in c# (i think) and i am curious to how it works

     

    also, is there any kind of universal decompiler that will decompile any language?

     

    thanks for all your help