(1. Fixed the bug in the status bar, when clicking on a disassembled line did not showed the actual Code Address / Code Offset.
2. Fixed a nasty crash when PVDasm tried to resolve an APIs calls way outside of the current disassebled section. (Bad Pointer, access violation)
3. Fixed a nasty crash when PVDasm tried to access a dword instead of a word from a memory location, which caused a memory acceess violation crash.
4. Increased buffer size in XRef resolving, which caused a stack run time error.
5. Fixed PVDasm (64bit) Import table resolve!! PVDasm 64 crashed due to memory access violation when tried accessing the import table using PIMAGE_THUNK_DATA64 instead of PIMAGE_THUNK_DATA32 for normal PE files. this is done by adding #define PIMAGE_THUNK_DATA PIMAGE_THUNK_DATA32 for x64 build.
6. PE/PE+ Editor fixed in PVDasm 64Bit!!
7. Menu bar re-ordered.)