项目作者: ax330d

项目描述 :
IDA PDB Loader
高级语言: Python
项目地址: git://github.com/ax330d/ida_pdb_loader.git
创建时间: 2016-12-16T16:52:54Z
项目社区:https://github.com/ax330d/ida_pdb_loader

开源协议:MIT License

下载


IDA PDB Loader (IPL)

What is this

This is a simple IDA plugin to load PDB symbols. The problem is that
sometimes IDA crashes for me when trying to load symbols, so I came up
with this quick and dirty alternative.

Requirements & installation

This plugin relies on Python pdbparse module
(https://github.com/moyix/pdbparse), and I have it included in plugin,
because I had to do minor modifications to code.

pdbparse also relies on other Python module named construct
(https://pypi.python.org/pypi/construct). I have included construct in
plugin. pdbparse is using old API (version 2.0.0 is known to support
it).

How it works

Load plugin (Alt+F7), pick PDB file and wait. It will take a while if PDB
file is big.

Other things to know

Tested only on IDA 6.9 x32. Sometimes fails to find symbols for certain
functions. Currently only renames functions.