-2

ファイルもwinzipでロックされており、名前やディレクトリを思い出せません。非常にあいまいなディレクトリに隠しました。Windowsにある可能性がありますシステムファイルはプログラムディレクトリファイルにある可能性があります。4〜5Kのすべての.CSVファイルを検索しました。これをどのように行うことができるかについての提案はありますか?

メモ帳とプラスで編集を押す束を強調表示して、ファイルをまとめて開いていました。それぞれを通過するよりも。ファイルをメモ帳で開くと、単語が表示されないことはわかっています。写真です。私はeコマースサイトを所有しており、$ X、XXXを購入したマスターコピーを持っていますが、ネットワーク上の他の人に見つけられて転売される可能性はありません。助言がありますか?

4

1 に答える 1

0

Opening any zip file in a hex editor suggests that every zip file starts with a data of PK. We can use it in our favour. :)

Download this software: EditPad Pro

What this software does is, it recurses through the whole filesystem starting from a specified base folder to search for any string residing in any of the child files, they maybe Text or Binary, it treats them the same, thus giving accurate results.

In our case, it's a regex: ^PK

When you'll execute this search, the software will return all the files that start with data PK, make sure you do a casesensitive search.

于 2012-10-04T06:12:27.013 に答える