main.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:ida_pdb_loader 作者: ax330d 项目源码 文件源码
def run(self):
        '''Public function.'''

        self.symbol_path = idc.AskFile(0, '*.pdb', 'Choose PDB file...')
        self.image_base = idaapi.get_imagebase()

        print "IPL: Loading PDB data, might take a while..."
        self.PDBLookup = pdbparse.symlookup.Lookup([(self.symbol_path, self.image_base)])

        if not self.PDBLookup:
            print "IPL: PDBLookup failed to initialize, exiting."
            return

        self._rename_functions()
        return
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号