(- added Optionalheader.DllCharacteristic flags modifier;
- changes in the reloc parser; relocations are followed now while(SizeOfBlock != 0) instead of VirtualAddress; first chunk in reloc sec, IMAGE_BASE_RELOCATION.VirtualAddress==0 (beep.sys on XP);
- fixed dialogex (a type of dialogs) popping up always when decompile resource flag was set; associated now with "create dialogs from rsrc" checkbox;
- more dialogs can be created (via InitModalIndirect) when browsing PE dialogs in resources tab; however we can't show menus since those are hardcoded inside dlgtemplate and loaded at dlg creation time from hmodule from where we call; some other controls like richedit are not shown since this requires additional init and we don't handle that;
- when using Analyze on Sections tab, it will show if bound import dir lies inside teh space between last section's header and beginning of the first section; when adding new section, the bound dir can be overwritten so you may nop the bound imports dir to make the new exe working;)