Is there any way to search for executable files in windows when it has been renamed? Say a .exe file has been renamed to a .txt or a .jpeg extension.
feedback
|
|
You can use the Unix Here's how
Obviously, you have to give
If you combine this with
Cygwin and GnuWin32 both provide the UnxUtils includes | ||||
|
feedback
|
|
If i understand you OK, no. still you could search for the filename... BTW: why would you possibly change the extension of a EXE to txt, jpeg or so? There is no advantage of it and will lead in a txt matter to a bunch of unusable chars and jpeg to a 'cannot open'. (i would change your tags, use something like 'exe' or 'search' | |||||||||||
feedback
|
|
Problem is we're trying to hunt a specific file that users on our network are always hiding. They could be so creative that they sometimes rename it a .jpeg or .txt and later rename it again to .exe. Sometimes it's under a zip file, possibility is limitless. -edit- I can't seem to claim my question and can't edit it. How do you add comments on the answers? | |||||||
feedback
|
|
I would just make a search using a specific enough portion within the targetted file (which is apparently known in that case) ; it might be very slow, depending on the amount of data to process, but theoretically no more than any solution which would specifically recognize EXE files according to their content. It may not work with Windows Explorer though, because searching inside files is possible only for a limited range of extensions (for example, I tried to locate a specific portion of dialogue in SRT subtitle files but couldn't find a match, yet there was indeed a file containing the relevant portion). | |||
|
feedback
|