Computing.Net > Forums > Programming > Exe file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Exe file

Reply to Message Icon

Name: swordthane
Date: June 22, 2009 at 09:27:44 Pacific
OS: Windows 7
Subcategory: General
Comment:

Hi, i managed to ignore my brain and run an exe file that ended up stealing one of my passwords. Because of that i managed to lose an account, and would like it back. First thing i want to do is find out what exactly the file does, by reading the code. I opened it in notepad and got a general idea of it, but could not read most of it, because of the strange characters. I was wondering if there was anyway to decode these or whatever so i can basically read the code behind the exe file. Feel free to insult my bad decision, as i deserve it, but please try to provide useful info while doing so. Thanks everyone.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: June 22, 2009 at 09:42:36 Pacific
Reply:

Your odds of finding out waht an exe does by looking at it in notepad are slim and none. An exe is not a text file.


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 2
Name: swordthane
Date: June 22, 2009 at 10:45:42 Pacific
Reply:

then how would i find out what the program does?


0

Response Number 3
Name: Razor2.3
Date: June 22, 2009 at 11:16:21 Pacific
Reply:

It would take a dissembler, a practical understanding of assembly, and, while not required, an in-depth understanding of an undergraduate Computer Science curriculum wouldn't hurt.

Alternatively, you could try using a debugger instead of a dissembler to understand what it's doing. (I suggest VC++ 2008 Express, as it's one of the more graphical debuggers, but you'll need to configure its symbol server if you don't download the Win32 SDK.) The other two requirements still apply, however.

EDIT: Something like Process Explorer might at least show you the running malware's handles, but it's going to want a debugger with a symbol server.


0

Response Number 4
Name: swordthane
Date: June 22, 2009 at 12:14:15 Pacific
Reply:

well then i better start learning assembly. thanks for the help!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Exe file

runing .exe file using C++ code www.computing.net/answers/programming/runing-exe-file-using-c-code/5375.html

Tracking .exe files???? www.computing.net/answers/programming/tracking-exe-files/13129.html

how to make exe file www.computing.net/answers/programming/how-to-make-exe-file/439.html