如何从.pdb文件中提取全局变量名称和结构变量名称及其地址? [英] how to extract global variables name ans structure variable names and its address from.pdb file?

查看:275
本文介绍了如何从.pdb文件中提取全局变量名称和结构变量名称及其地址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们知道.pdb(程序数据库)文件包含所有全局变量和结构变量。我想提取结构变量及其地址,以阻止新文件中的所有结构。怎么可能?

we know that .pdb (program database) file contains all the global and structure variables. I want to extract structure variables and its address for damping all structure in a new file. How does it possible?

推荐答案

hi,

.pdbfile可以提供的信息量取决于私人信息是否被剥离或者不是(在微软的编译器上使用/ PDBSTRIPPED标志。)

不要期望找到所有结构的所有细节,因为私人数据可能已被删除。



PdbDump可能对您有所帮助 [ ^ ]

其相关文章是 here [ ^ ]

<另一篇有用的文章是如何检查程序数据库(PDB)文件的内容 [ ^ ]



希望这会有所帮助。

amount of information a .pdbfile can provide depends on whether the private information has been stripped or not (using the /PDBSTRIPPED flag on Microsoft's compiler.)
Do not expect to find all the details about all the structures because private data might have been removed.

PdbDump might help you[^]
its related article is here[^]

another useful article is How to Inspect the Content of a Program Database (PDB) File[^]

hope this helps.


这篇关于如何从.pdb文件中提取全局变量名称和结构变量名称及其地址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆