Jump to content

How to find out what a exe does?


Recommended Posts


Posted

For an .exe, you could look at the source, decompile it (not likely), or debug it while it's running (assuming you understand machine code and call stacks).

If you want a high-level overview, download filemon and regmon (from www.sysinternals.com) and run both, then run your .exe, then stop both regmon and filemon. They'll give you a snapshot of what just happened on your system, both on the filesystem and in the registry. It's best to run those when NOTHING else is running, short of Windows itself, because they're VERY verbose. Less is more, in this instance, if you want to see what is actually happening.

Posted
For an .exe, you could look at the source, decompile it (not likely), or debug it while it's running (assuming you understand machine code and call stacks).

If you want a high-level overview, download filemon and regmon (from www.sysinternals.com) and run both, then run your .exe, then stop both regmon and filemon. They'll give you a snapshot of what just happened on your system, both on the filesystem and in the registry. It's best to run those when NOTHING else is running, short of Windows itself, because they're VERY verbose. Less is more, in this instance, if you want to see what is actually happening.

worked like a charm

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...