x
寄付
x
ダウンロード
x
サポート
x
フォーラム
 
Article symbol 概要

Works with Windows Vista(TM) FileAlyzer は、ファイルを分析するツールです − このツールの名前自体は、FileAnalyzer の誤植でしたが、数日後にこのままにすることに決めました。 FileAlyzer はファイルの基本的な構造の分析を許可して(十六進法ダンプフォームのファイルのプロパティと内容を表示します)リソース構造のように(テキスト、グラフィック、HTML、メディア、PE のような)一般的なファイルの内容を解釈することができます。

FileAlyzer を使うには、ファイルのプロパティを表示するほど簡単です。 − だた分析したいファイルを右クリックして、FileAlyzer で開く を選択するだけです。

ダウンロード
FileAlyzer 1.5.5.0 - この製品についての説明
md5: 5B6A85F0B84A1979BF00A81095D4F148
ファイル コンテンツを分析して、表示するツール
上級者向け。
利用可能な言語
アップデート
  • 1.5.5 (2007年6月8日) 新しい十六進法表示、Authenticode 表示の改良、より多いアーカイブの種類(rar、nsis など)、Works with Windows Vista
  • 1.4 (2005年12月13日) ACL 編集と平文表示の可能な新しいバージョンで、Del キーで検索結果の消去を可能化が含まれている
  • 1.2 rel 3 (2005年7月8日) より多くの言語が利用可能になったメンテナンス リリース
  • 1.2 rel 2 (2005年7月) より多くの言語が利用可能になったメンテナンス リリース
  • 1.2 (2005年3月4日) CHM コンテンツの記載、PE 署名のスキャン、複数の小さな修正
  • 1.1i ADS のサポート、ファイル セキュリティ設定の表示
  • 1.1h (2003年9月25日) リソースの表示の改良、ID3v2 のサポート、cab ファイルのサポート、読み込みの高速化
  • 1.1g (2003年9月8日) ファイル拡張子を外部ファイルで指定できるようにする小さな修正
  • 1.1f (2003年8月12日) ウィンドウ サイズ/位置の保存、DFM の解凍、UPX の解凍、ELF(linux バイナリ) の解析、リソースのエクスポート、構文のテキスト プレビュー
  • 1.1e (2003年7月29日) 十六進法ダンプの色つけ、リソースの十六進法表示、他言語バージョン情報表示、セクション パネル バーの追加
  • 1.1d (2003年7月5日) インポート、エクスポート テーブル表示とテキスト形式のレポート作成の追加
  • 1.1c 翻訳の改良、ストリング認識と同様の dynamix 十六進法ダンプの幅を追加
  • 1.1b セットアップ メニューの追加と新しい言語の追加
  • 1.1 テキスト テーブル(CSV) とデータベース(dBase) 形式の追加
Functionality

What follows is a list of tabs that are shown in FileAlyzer (depending on the file type you open), with a short description.

  • General - The initial information FileAlyzer will show is not much different from what the Windows Properties dialog will show you: file name and location, size, date & times, version and attributes. In addition to those, FileAlyzer will show you both the CRC-32 and the Message Digest 5 checksum of the file, too.
     
  • Version - Another important feature that the Windows Properties dialog shows is also implemented in FileAlyzer: for executable files and system libraries, it shows the Version resources if available.
     
  • Resources - Many executable files have so-called resources - bitmaps, icons and text they use, as well as menus, dialogs and whole windows are usually defined in resources. If you don't know what the purpose of a file is, having a look at its text (see screenshot) or bitmaps may give you an idea.
     
  • PE Header - PE stands for Portable Executable and is a description for the structure of modern Windows (and other platform) files. Nearly all executables and system libraries follow this structure. FileAlyzer can display an insight into this structure on its PE Header tab, showing everything from the target platform to addresses of specific parts of the file.
     
  • Sections - A modern PE file makes clear differences between code (those bytes representing instructions the program will execute), data, resources and other important parts. The Sections tab in FileAlyzer will display the sections contained in the file you analyze. If you want to see the contents of a specific section, just double-click it and FileAlyzer will jump to the beginning of that section on the Hexdump tab.
     
  • New in 1.1d: Import/Export table - Most windows programs will use Windows libraries for basic functionality. Many libraries also export their own functions. FileAlyzer is able to display names of both imported and exported functions of a PE file.
     
  • Hex dump - Are you a byte junkie and want to look at the file content with a hex editor? FileAlyzer has a fast and easy hex viewer with search capability.
    New in 1.1c: dynamic width of hex dump depending on window width, and string recognition listing all strings used in a separate list (linked to hex dump).
     
  • Image preview - If the file is a graphic that is supported by Windows, the graphic can be previewed on an Image preview tab in FileAlyzer.
     
  • Text preview - If the file you open in FileAlyzer is a text file of some sort, you may want to view it's contents, like the classic QuickView from Windows 9x allowed you to. FileAlyzer can display plain text as well as text in the Rich Text Format (files with the extension .rtf).
     
  • INI contents (new in version 1.1) - Previewing an INI file in the text preview is nice, but for a quick overview, a more structures list may be better. So FileAlyzer will show you the sections in one list, with a second list showing the contents of the currently selected section.
     
  • HTML preview - If you want to have a look at a suspicious HTML file, maybe from you Application Data folder (where C2.lop stores 2 such files) or in your Temporary Internet Files, but you do not want to use Internet Explorer (to avoid active contents of the file to be executed), you can also use FileAlyzer. As it uses its own HTML parser instead of IE for this preview, this is much safer.
     
  • Zip preview - If the file in question is a zip file (it does not necessarily need to have the .zip extension as FileAlyzer will detect if it is one), FileAlyzer will display the contents of the zip file and allow you to extract one or more files from it. This function needs the external library UnzDll.dll, which is installed along with FileAlyzer.
     
  • Database preview (new in version 1.1) - If the file is a comma- or tab-separated text file, FileAlyzer will display its contents in grid form. Old dBase databases (.dbf) will be displayed in two lists: one displaying the structure, one the actual contents (small databases will be read completely into memory, larger database entries will be loaded upon access).
     
  • Media preview - If the file is an audio or video file, a tab Media preview will also allow to play back the file. this media preview is still very basic and shouldn't be taken too serious.
     
  • ID3 tag - FileAlyzer will display ID3 tags in all v1 versions, including ID3v1, ID3v1.1, Lyrics v3 and Lyrics v3.1 ID3 tags are track information used in MP3 audio files.
     
  • RIFF - RIFF is the structure used in WAV (audio) files as well as in AVI (video) files. FileAlyzer is able to display the properties and tree structure of RIFF files. If you double-click an entry in the tree, FileAlyzer will jump to that address on the Hex dump tab.
     
Final words

Only one small thing left: regardless which tab of FileAlyzer you are viewing, the window will show a Jump button that will open an Explorer window with the file currently opened selected.

If you want to use FileAlyzer as the default file viewer for Spybot-S&D, you can start Spybot-S&D in advanced mode, and use the expert settings to configure it as an external viewer for files.

Btw: FileAlyzer doesn't need to be configured (all you can do is to install and uninstall it), and shouldn't conflict with any other software.