View Full Version : Decompile help
marcuscable
March 28th, 2003, 08:53
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
CareBear
March 28th, 2003, 10:21
you can't.. the most you can get out of an executable is an assembler listing
marcuscable
March 28th, 2003, 18:39
Originally posted by CareBear
you can't.. the most you can get out of an executable is an assembler listing
How?
Cagez
March 28th, 2003, 19:34
If your looking to find the hard-coded C code, then you won't get it...
CareBear
March 29th, 2003, 13:21
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.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.