Hi
I want to search files with no data inside (all file content is with 00 bytes).
The problem is in the line of "fined text" there is a character limit (A fairly short number of letters is possible) as a result there are many normal files in the results that have some zeros in them.
If in the search bar it was possible to write A lot more zeros so it would give a more accurate result,only really bad files that have all or most of the file with zeroes will be displayed.
Is it possible to do?
Thanks
Search files with hex zeroed content
Moderators: Hacker, petermad, Stefan2, white
Re: Search files with hex zeroed content
2Buny...search files with no data inside (all file content is with 00 bytes)
There's a plugin that does exactly what is requested: it finds the files with zeroed data (files filled with 0x00 bytes).
How it works:
- Install the plugin as usual;
- In the Search dialog go to the Plugins tab, select the plugin in the dropdown list, and check the Search in Plugins checkbox;
- That's it.
https://www.upload.ee/files/15655728/wdx_FindZeroFiles.zip.zip.html
Plugin's author: Progman13
NB plugin won't find files with at least one non-zero byte.
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Re: Search files with hex zeroed content
Since the original plugin's archive doesn't include pluginst.inf I've created one for you:
pluginst.inf:
(make such a file in your text editor with the following content, and place it in the archive next to the plugin files [FindZeroFiles.wdx, FindZeroFiles.wdx64], to grant the plugin installation upon entering the archive in the Total Commander)
pluginst.inf:
(make such a file in your text editor with the following content, and place it in the archive next to the plugin files [FindZeroFiles.wdx, FindZeroFiles.wdx64], to grant the plugin installation upon entering the archive in the Total Commander)
Code: Select all
[plugininstall]
description=FindZeroFiles finds files with zeroed content (filled with 0x00 bytes) via Total Commander Search dialog.
type=wdx
file=FindZeroFiles.wdx
defaultdir=FindZeroFiles
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15