Title:
FileSearch-First_release Download
Description: FileSearch
This application find all files and copy only files with specified suffix (type).
Application reading file signature in hex and compare with specified template.
In uational version, supported only exe and apk files. U can change type of files, changing constant FILESTYPE in HeaderFiles.java.
For testing - run HeaderFiles and specify two arguments, with space separated. Arguments: 1st - source-folder, where U want find files, with specified suffix 2nd - destination-folder, where U want copy finded files
To Search:
File list (Check if you may need any files):
FileSearch-First_release
........................\.classpath
........................\.project
........................\.settings
........................\.........\org.eclipse.jdt.core.prefs
........................\README.md
........................\bin
........................\...\signfsearching
........................\...\..............\CopyFile.class
........................\...\..............\FileReadByte.class
........................\...\..............\HeaderFiles.class
........................\...\..............\SearchFile.class
........................\...\..............\SearchFileSignature.class
........................\src
........................\...\signfsearching
........................\...\..............\CopyFile.java
........................\...\..............\FileReadByte.java
........................\...\..............\HeaderFiles.java
........................\...\..............\SearchFile.java
........................\...\..............\SearchFileSignature.java