Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

safe wat to extract executable files

May 7, 2006 8:09PM PDT

I'm trying to extract the data in a small exe. application. I don't want to run the app because it's packaged with forced spyware. I didn't think this would be that hard to do, but I can't find anything of the sort. anybody know any programs, tricks?

Discussion is locked

- Collapse -
Open it in Notepad
May 7, 2006 9:22PM PDT

I'm pretty sure you cannot decompile an executable once it has been compiled, but if all you want is to extract data, then open the exe in Notepad, (or Wordpad if it is too big for Notepad).

Mark

- Collapse -
Better program: peek.
May 8, 2006 4:34AM PDT

Download it from http://users.westnet.gr/~cgian/av.htm (somewhere at the end). It shows all ASCII strings in a binary file (like an exe).
If the data you're looking for isn't in ASCII, it's rather hopeless.

Kees

- Collapse -
decompiling?
May 8, 2006 8:42PM PDT

how can you decompile it?

- Collapse -
Why not tell the entire story?
May 8, 2006 10:01PM PDT

Decompiling is rarely done on Windows applications because the code that would come out would be useless for most. In fact, if you can't decompile then it it far too likely you can't compile so your request shows that something is not being shared.

Also worth noting is that this protects the author's rights. You will find these forums to support such protection.

Bob