Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
I see the name of a program. How I can learn what the program can do or does without running it?
7 Antworten
- Anonymvor 2 JahrzehntenBeste Antwort
the name of the program defines most of the part about the
program .seeing name we can judge what is in the program
- vor 2 Jahrzehnten
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. :)
- vor 2 Jahrzehnten
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).
- Wie finden Sie die Antworten? Melden Sie sich an, um über die Antwort abzustimmen.
- lomatar1186Lv 7vor 2 Jahrzehnten
google that program, it will give you more information about that program.
- Anonymvor 2 Jahrzehnten
GOOGLE
Quelle(n): infinite wisdom