Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
I see the name of a program. How I can learn what the program can do or does without running it?
7 Answers
- Anonymous2 decades agoFavorite Answer
the name of the program defines most of the part about the
program .seeing name we can judge what is in the program
- 2 decades ago
You have to be more specific. If u just have an executable, then I don't think u can do much about understanding it without running it. If u really wanna dig deeper run the program through a debugger and go thru the assembly code, but am sure u will spend the rest of ur life doing it. :)
- 2 decades ago
What you are talking about is called reverse engineering, or static binary analysis.
There are two types, static and dynamic (static means analysing the binary without running it and dynamic means running it in a debugging environment, something like SoftIce).
Look up binary forensics etc if you are really interested.
You can also google the name of the executable, or run it in a controlled environment like VMWare to see what it does (whilst monitoring it with tools like hdmon & regmon from sysinternals).
- How do you think about the answers? You can sign in to vote the answer.
- lomatar1186Lv 72 decades ago
google that program, it will give you more information about that program.
- Anonymous2 decades ago
GOOGLE
Source(s): infinite wisdom