
VULNEX https://www.vulnex.com/
Version: 0.4
Bytes Revealer は、セキュリティ研究者、フォレンジックアナリスト、開発者向けに設計された強力なリバースエンジニアリングおよびバイナリ分析ツールです。16進数ビュー、視覚的表現、文字列抽出、エントロピー計算、ファイル署名検出などの機能を備え、ファイル内の隠されたデータを発見するのに役立ちます。マルウェアの分析、バイナリのデバッグ、未知のファイル形式の調査など、Bytes Revealer を使用すると、あらゆるバイナリファイルから貴重な情報を簡単に探索、検索、抽出できます。
Bytes Revealer はファイルやデータを保存しません。すべての分析はブラウザ内で実行されます。
現在の制限: 50MB未満のファイルはすべての分析を実行できますが、最大1.5GBまでの大きなファイルはVisual ViewとHex Viewの分析のみ実行されます。
.yar ファイルのインポートを備えたカスタムルールエディタ.brsession ファイルにセッションをエクスポート.brsession ファイルからセッションをインポート# Node.js 20+ is required
node -v
docker-compose build --no-cache
Now open your browser: http://localhost:8080/
To stop the docker container
docker-compose down
# Clone the repository
git clone https://github.com/vulnex/bytesrevealer
# Navigate to project directory
cd bytesrevealer
# Install dependencies
npm install
# Start development server
npm run dev
# Build the application
npm run build
# Preview production build
npm run preview
ファイルアップロード
分析ビュー
検索機能
文字列分析
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)このプロジェクトはApache License, Version 2.0の下でライセンスされています。詳細はLICENSEファイルをご覧ください。