How do we perform and MD5 filter?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
tvimpc
Posts: 2
Joined: Mon Aug 12, 2024 7:13 pm

How do we perform and MD5 filter?

Post by tvimpc »

I have read a few topics, but it's not clear and none of the results are working. I have tried "!md5:", and "md5sum-md5:", but can't get the filter/search to work. What I need is to filter a set of results by a certain MD5. I am fine with either adding this to the index or calculating at the time of search, but I can't seem to figure out either way.
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do we perform and MD5 filter?

Post by void »

Please try the following search:

md5:D421FFD2BA591F56D43F601DEEEC09C5

or, multiple md5 values:

md5:D421FFD2BA591F56D43F601DEEEC09C5;F81112D40609B97330688098222EF1FB

(separate with a semicolon (;))



Please combine with as many other search filters as possible.

For example:

*.exe dm:thisyear md5:D421FFD2BA591F56D43F601DEEEC09C5;F81112D40609B97330688098222EF1FB
tvimpc
Posts: 2
Joined: Mon Aug 12, 2024 7:13 pm

Re: How do we perform and MD5 filter?

Post by tvimpc »

I did a bit more searching and I am thinking the problem may be my version. I am using 1.4.x. Am I correct in understanding that this feature only exists in 1.5? I just tried 1.5a, and it works. If not, how do I enable it in 1.4.x?
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do we perform and MD5 filter?

Post by void »

md5: was added in Everything 1.5.
Post Reply