• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Decompile help

marcuscable

New Member
I have certain scripts that I need to decompile. I believe they are in C language. What is the best free program to use to decompile? thanks.:D
 
if it's a win32 program you can try: http://www.geocities.com/~sangcho/disasm.html
if not try the gnu linker, it should be able to provide an assembly output for a compiled executable.

I'm not sure what you're trying to accomplish though, I'm assuming you have a precompiled program that you wish to modify without creating your own? Unless you're fluent in assembler a "decompile" won't do you any good and even then it'll take you good while before you figure out what's going on.
Assembler with no variable names, function names, comments or anything else isn't much fun to have to wade through.
 
Back
Top