PDB Plus V1.9
-------------
*   15.06.2003  Dean    V1.9 - bug fix to stop recursive behaviour when dealing with classes/structs
*                       that contain typedefs of their own type.

                        Binary & DLL included for IDA 4.5, use it at your own
                        risk ;)

PDB Plus V1.8b
--------------
*   26.04.2003  Darko   V1.8b - bug fix in function naming and undecorated symbols option
                        Binary & DLL included for IDA 4.5, use it at your own
                        risk ;)

                        That is all folks. There is nothing more to be done on
                        this plugin, so there will be no more updates. Darko

PDB Plus V1.8
-------------
*   21.04.2003  Darko   V1.8 - enums recognizing (ONLY for data declared as enum types)
                        for something like this:
                                enum ENUMSYM_MODE2
                                {
                                    ENUMERATE_GLOBALS2,
                                    ENUMERATE_LOCALS2,
                                    ENUMERATE_LINES2=8,
                                    ENUMERATE_TYPES2
                                };
                                ENUMSYM_MODE2 geMode2;

                                geMode2 will have numeric values replaced by
                                correct enum symbols.

                        Binary included for IDA 4.5, use it at your own risk ;)

PDB Plus V1.7 beta
-------------
*   19.04.2003  Darko   V1.7 - struct offsets recognizing, part of code taken
*                       from RedPlait's offsets plugin
                        Binary included for IDA 4.5, use it at your own risk ;)

PDB Plus V1.6
-------------
*   11.04.2003  Darko   V1.6 - GUI, Enums and small improvements
                        Binary included for IDA 4.5, use it at your own risk ;)

PDB Plus V1.3 Beta
-------------
*   29.03.2003  Darko   V1.3 - Line numbers, data types(structures)
                        Tested with Debug Help Library 6.1 (DBGHELP.DLL)
                        Use it from Edit->Plugins menu, or rename it to
                        pdb.plw and let IDA use it automatically.
                        Binary & DLL included for IDA 4.5, use it at your own
                        risk ;)

PDB Plus V1.2
-------------
*   23.03.2003  Darko   V1.2 - Global & local static variables
                        Binary included for IDA 4.5, use it at your own risk ;)


PDB Plus V1.0
-------------

'PDB Plus' is a replacement PDB loader for IDA Pro 4.5
that uses newer versions of DBGHELP.DLL to get all local
variable names into an IDA database, in addition to standard
function/data names. In future this might be extended to
define IDA structures and enumerations based on the data in
the .PDB file.. but I need to find time first.

This was initially based on the PDB plugin source code in
the IDA Pro 4.5 SDK, which was by Ilfak Guilfanov, and which
had changes by Christopher Li. As opposed to the original
version, this *requires* a recent version of DBGHELP.DLL as
I didn't like working with code that had to support antiquated
versions of the libraries. So, while I was formatting the
source to suit my own style I scrapped the stuff that I didn't
need. I sure hope nobody minds..!

Thanks must go to those who helped me get this working:

	Ilfak Guilfanov
	Christopher Li
	J.C.Roberts

Cheers to all those at Data Rescue for delivering such a
great update to IDA Pro.

And jeers to everyone running a pirate copy of IDA Pro.. :/

--
Dean Ashton



