- Download and install IDA demo 6.
- Get a IDApython with IDA 6 support.
- MyNav.
After installing all stuff and starting IDA you will see this window.
IDA demo doesn't export PLUGIN_ENTRY. idaapi.add_menu_item("Edit/Plugins/" ... doesn't work.
Before starting mynav.py script it's necessary to replace strings in registerMenus function from "Edit/Plugins/" to "Edit/Other/". So all MyNav stuff will be able in Other directory.
Rigth now all you need it's choosing "Edit/Other/MyNav: Advanced utilities"
And save current session to DB. Example of saving database available on joxeankoret web site.