125k views
4 votes
If you go to look in memory for executables and dont find any what is another way to search?

User Genero
by
7.5k points

1 Answer

5 votes

Final answer:

To locate executables, use the operating system's search function, command-line tools, or system monitoring tools when a memory search doesn't work.

Step-by-step explanation:

If you're attempting to locate executables on your computer and the initial memory search didn't yield results, there are several other methods you can use. An effective approach is to utilize the operating system's search function. For instance, on a Windows computer, you can use the search bar in the Start menu or use the search function in File Explorer to look for files with the .exe extension. On a Mac, you can use Spotlight search for the same purpose.

Another method includes using command-line tools like 'find' on Unix-based systems or 'dir' command in Windows Command Prompt with appropriate parameters to locate executable files. Finally, if you suspect that the executables might be running but not plainly visible, you could utilize a system monitoring tool or task manager to view all currently running processes, which can reveal the presence of hidden or background executables.

User Goldengil
by
8.2k points