Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
pdbdownload — Portable Executable (PE) に関連付けられた PDB ファイルをダウンロードするためのユーティリティです。 | Kitploit
ツール/GitHubGitHub/p0dalirius/pdbdownload
リバースエンジニアリングユーティリティとフレームワークバイナリ解析
GitHubp0dalirius/pdbdownload

pdbdownload

Portable Executable (PE) に関連付けられた PDB ファイルをダウンロードするためのユーティリティです。

リポジトリを見るウェブサイト
19241年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Portable Executable (PE) ファイルに関連付けられた PDB ファイルをダウンロードするためのユーティリティです。
Build and Release GitHub release (latest by date) YouTube Channel Subscribers

機能

  • msdl.microsoft.com から PDB シンボルをダウンロードします。
  • 単一またはバッチの PortableExecutable (PE) ファイルを処理します。

デモ

https://github.com/user-attachments/assets/095fb528-65a6-488e-bfa0-46101738a451

使用方法

root@kitploit:~
$./pdbdownload-linux-amd64 -h
pdbdownload v1.0 - by Remi GASCOU (Podalirius)

Usage: pdbdownload [--debug] [--symbols-dir <string>] [--pe-file <string>] [--pe-dir <string>]

  -d, --debug                Debug mode. (default: false)
  -S, --symbols-dir <string> Output dir where symbols will be downloaded. (default: "./symbols/")

  Source of PE files:
    -f, --pe-file <string> Source PE file to get symbols for. (default: "")
    -d, --pe-dir <string>  Source directory where to get PE files to get symbols for. (default: "")

プロジェクトのビルド

プロジェクトをビルドするには、このディレクトリで以下の Docker コマンドを使用します:

root@kitploit:~
docker run -v $(pwd):/workspace/ podalirius/build-go-project

または、手動でビルドしたい場合は、以下のコマンドを使用できます:

root@kitploit:~
GOOS=linux GOARCH=amd64; mkdir -p "/workspace/bin/linux/${GOOS}/${GOARCH}/" && /usr/local/go/bin/go build -o "/workspace/bin/linux/${GOOS}/${GOARCH}/pdbdownload" -buildvcs=false

クイックスタートコマンド

  • 指定されたディレクトリ内のすべての PE ファイルに関連付けられたすべての PDB ファイルをダウンロードするには:

    root@kitploit:~
    ./pdbdownload-linux-amd64 -d ./pe_files/
    
  • 単一の PE ファイルに関連付けられた PDB ファイルをダウンロードするには:

    root@kitploit:~
    ./pdbdownload-linux-amd64 -f ./example.exe
    

コントリビューション

プルリクエストは歓迎します。他の機能を追加したい場合は、お気軽に issue を開いてください。

ツールをダウンロード