horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.
http://ntinfo.biz
MIT License
7.43k stars 725 forks source link

Directory scan with filter for filetype #236

Open SIRprise opened 1 week ago

SIRprise commented 1 week ago

Hi, I would like to search for dotnet exe-files. Is there a way to set a filter at least to *.exe in directory scan? Is there a way to add a Ctrl+F Search?) (and what is the difference between "subfolder" and "recursive scan", cause "subfolder" seems to search recursive?)

DosX-dev commented 1 week ago

Use https://github.com/horsicq/DIE-sort

SIRprise commented 1 week ago

Hmm, yes, thats slow but it works, thanks. But next time I think I will simply copy all exe-files and than scan it.

horsicq commented 1 week ago

I will add the filter.

DosX-dev commented 1 week ago

and what is the difference between "subfolder" and "recursive scan", cause "subfolder" seems to search recursive

Recursive scanning is a type of scan in which a binary file is read multiple times. It has nothing to do with the way you work with the file system