Adobe SWF Investigator
SWFを解析するアプリケーションです
http://labs.adobe.com/technologies/swfinvestigator/
Flashデベロッパーやセキュリティ調査するひとはこのツール必須ですね。
ADC記事
http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_software_sl_mostpopular.html
基本機能
Flashコンテンツについて隅々まで確認できます。
- SWF Info:SWFファイルの情報
- Tag Viewer:SWFのタグの一覧とその中身
- SWF Disassembler:SWFを解析
- Hex Editor:SWFのバイナリエディタ
- SWF Viewer:SWFの表示チェック
- Inspector:SWFを外から操作
- AS3 Navigator:SWFに含まれているAS3クラスの一覧と中身
- Strings:SWFに含まれている文字列の一覧
ユーティリティ
Flashコンテンツ開発で必要になるユーティリティが勢揃い
- View – LSO Editor:Local Shared Object エディタ
- AMF – LC Communicator:LCとのAMF通信チェック
- ANF – AMF Transmitter:RemoteObjectを使ったサービスメソッド呼び出しチェック
- AMF – AMF Indentifier:RemoteObjectを使ったサービスチェック
- AMF – AMF Fzsser:RemoteObjectを使った脆弱性チェック
- AMF – Object Editor:オブジェクト生成エディター
- Utilities – Decoder Util:文字列のエンコードやデコード
- Utilities – Binary Editor:バイナリエディタ
- Utilities – AS3 Compiler:AS3のコード書いてコンパイルして実行できる!
- Utilities – XSS Fuzzer:XSS脆弱性チェック
- Utilities – Remap Browser:ドメインのチェック用
- Utilities – Mini Web Server:簡易サーバー
オープンソース
sourceforgeでソース管理
http://sourceforge.net/adobe/swfinvestigator
source
http://sourceforge.net/adobe/swfinvestigator/code/11/tree/trunk/
trunkにはSWFInvestigatorだけでなくユーティリティのプロジェクトもあります。