Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-10-2008, 08:57 AM   #1 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default how to find out what an exe is doing!!!!


hey guys i know that this question may be very simple for those who are into programming or so called "code masters" but i am not one of them. My doubt is we come across many executable files and while running such files we should know what all things are changing in our pc. I just want to know how to find what all actions is it taking along when we run a exe file.
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 12-10-2008, 09:23 AM   #2 (permalink)
is NOT a PC/Mac
 
debsuvra's Avatar
 
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
Lightbulb Re: how to find out what an exe is doing!!!!

You can try Process Explorer and Process Monitor from SysInternals Suite for the purpose.

Process Explorer : http://technet.microsoft.com/en-us/s.../bb896653.aspx
Process Monitor : http://technet.microsoft.com/en-us/s.../bb896645.aspx
debsuvra is offline  
Old 12-10-2008, 10:11 AM   #3 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: how to find out what an exe is doing!!!!

what i am interrested is all the one time changes which the exe file does... for example copying a file from place a to place b or making changes in registry.
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
Old 12-10-2008, 10:43 AM   #4 (permalink)
The Black Waltz
 
Join Date: Apr 2008
Location: The Shed
Posts: 1,511
Default Re: how to find out what an exe is doing!!!!

Installing a firewall like Comodo can help you with this. Besides making your PC more secure, you'll be notified everytime an executable tries to do something on your PC. It can get very annoying though, so don't break your monitor by smashing it if you get annoyed.
__________________
#krow @ irc.freenode.net
Cool Joe is offline  
Old 12-10-2008, 10:56 AM   #5 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: how to find out what an exe is doing!!!!

@beta testing
yes what u say is fine to protect our pc from any unauthorised change but that will be restricting an exe while it is executing ....cant we have an application which can bring out the list of activities which the exe is intended to do?
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
Old 12-10-2008, 11:04 AM   #6 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: how to find out what an exe is doing!!!!

Yes, you can analyze the actions of an executable. There are few online sandbox tools, you just upload the file and they will give you the report:
http://www.cwsandbox.org/?page=submit
http://www.threatexpert.com/submit.aspx
http://www.norman.com/microsites/nsic/Submit/en-us
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 12-10-2008, 11:29 AM   #7 (permalink)
The Black Waltz
 
Join Date: Apr 2008
Location: The Shed
Posts: 1,511
Default Re: how to find out what an exe is doing!!!!

Quote:
Originally Posted by hansraj View Post
@beta testing
yes what u say is fine to protect our pc from any unauthorised change but that will be restricting an exe while it is executing ....cant we have an application which can bring out the list of activities which the exe is intended to do?
It won't be restricting the activites of the exe. It'll alert you about the action it's gonna do, and if you don't mind, you can give permission to the exe to do so.
__________________
#krow @ irc.freenode.net
Cool Joe is offline  
Old 12-10-2008, 12:01 PM   #8 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: how to find out what an exe is doing!!!!

@swatcat
the sites are limiting the size to 15mb is there a software for the same. Also larger the size more bandwidth it will take for me to know about the file.
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
Old 12-10-2008, 01:51 PM   #9 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: how to find out what an exe is doing!!!!

Hmm... beta testing has already suggested you one tool - Process Monitor. It can monitor various API and IOCTL calls, using which you can track what an executable is doing. And, here's one more tool:
http://www.rohitab.com/apimonitor/index.html
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 12-10-2008, 03:08 PM   #10 (permalink)
The Black Waltz
 
Join Date: Apr 2008
Location: The Shed
Posts: 1,511
Default Re: how to find out what an exe is doing!!!!

^^It was not me, it was debsuvra.
__________________
#krow @ irc.freenode.net
Cool Joe is offline  
Old 12-10-2008, 09:34 PM   #11 (permalink)
Still Shining!
 
Lucky_star's Avatar
 
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
Default Re: how to find out what an exe is doing!!!!

Try "Installation Monitor" which comes integrated with "Advanced Uninstaller"

It logs all the files the exe copies/deletes/changes, folders created/destroyed, all the changes made to the registry, etc. I use it while installing demo apps. This way u can completely wipe out the app's installation data and install it once again as a demo
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
Lucky_star is offline  
Old 13-10-2008, 12:35 AM   #12 (permalink)
Banned to Spam
 
Krazy Bluez's Avatar
 
Join Date: May 2008
Location: Look below...not under pants dumbo...use a GPS
Posts: 548
Default Re: how to find out what an exe is doing!!!!

I would go with process explorer, though i've used it, sometimes it becomes too complicated, for example try running explorer.exe and see how much log you get...
__________________
My DeviantART page now exists !!!
Krazy-Bluez.deviantart.com

Twitter: http://twitter.com/KrazyBluez
Krazy Bluez is offline  
Old 13-10-2008, 03:34 PM   #13 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: how to find out what an exe is doing!!!!

You can use sandbox tools recommended by swatkat, or process explorer. Try PrevX as a last resort, since its more of an annoyance than a benefit. If all fails, OllyDBG.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 13-10-2008, 07:06 PM   #14 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: how to find out what an exe is doing!!!!

thanx guys. lots of input for the job....
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
Old 13-10-2008, 08:13 PM   #15 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default Re: how to find out what an exe is doing!!!!

Quote:
Originally Posted by hansraj View Post
thanx guys. lots of input for the job....
What kind of job
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 13-10-2008, 08:36 PM   #16 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: how to find out what an exe is doing!!!!

*suddenly suspicious*
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 14-10-2008, 09:02 AM   #17 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: how to find out what an exe is doing!!!!

no dear..... its nothing but using certain malicious exe's (unknowingly) has resulted in system format and reinstallation. So finding a way out ...... at times even the antivirus and spywares dont work properly and then we have to reinstall the whole os. At least i had to!!
This was the only reason to know in advance what an exe is doing.
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where do I find ??? mad1231moody QnA (read only) 22 07-03-2008 11:30 AM
where to find it??? mayneu QnA (read only) 3 29-01-2008 01:49 PM
where do i find them??? mayneu QnA (read only) 2 17-01-2008 08:35 AM
how do i find out? legolas Open Source 3 02-04-2006 06:23 PM
how to find bharathbala2003 QnA (read only) 8 20-02-2005 01:20 AM

 
Latest Threads
- by abhidev
- by topgear
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 06:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2