Radare 有一种格式,称为sdb. 我在这里问了一个问题,
我得到的答案是,
这些 sdbfiles 包含函数名称(DLL 的导出)及其
dll在 ./libr/bin/d/dll/ 中的每个的等效序数。
链接的页面之一告诉您如何制作sdb文件,给定一个 dll 作为输入。我已经这样做了。现在我看到也有 pdb 文件。
|Usage: id Debug information
| Output mode:
| '*' Output in radare commands
| id Source lines
| idp [file.pdb] Load pdb file information
| idpi [file.pdb] Show pdb file information
| idpd Download pdb file on remote server
sdb我创建的特定文件是 Microsoft dll. 此外,我看到微软提供了官方的 pdb 文件。
- 使用
pdbover an有什么好处sdb吗? - 这些是否都传达了相同的信息,以至于在您已经加载时添加 pdb
sdb没有任何作用?
当我加载pdb.