HKLM\Software\Classes1
| Criteria | Value |
|---|---|
| Permissions | Admin |
| Security context | System |
| Persistence type | Registry |
| Code type | DLL2 |
| Launch type | Automatic |
| Impact | Non-destructive |
| OS Version | All OS versions |
| Dependencies | OS only |
| Toolset | Scriptable |
Microsoft Windows Search uses filters to extract the content of items for inclusion in a full-text index. You can extend Windows Search to index new or proprietary file types by writing filters to extract the content, and property handlers to extract the properties of files.
- https://docs.microsoft.com/en-us/windows/win32/search/-search-ifilter-about
- Sample open-sourced implementation
https://twitter.com/0gtweet/status/1468548924600459267
Footnotes
-
It's more complex. More information can be found at https://docs.microsoft.com/en-us/windows/win32/search/-search-ifilter-registering-filters ↩
-
COM ↩